PropertyPath Constructor (String) |
Initializes a new instance of the PropertyPath class based on a path string.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public PropertyPath(
string path
)
Parameters
- path
- Type: SystemString
The path string to construct with.
See Also