PropertyPath(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PropertyPath class based on a path string.
public:
PropertyPath(Platform::String ^ path);
PropertyPath(winrt::hstring const& path);
public PropertyPath(string path);
function PropertyPath(path)
Public Sub New (path As String)
Parameters
- path
-
String
Platform::String
winrt::hstring
The path string to construct with.