Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PropertyPath(String) Constructor

Definition

Namespace:
Microsoft.UI.Xaml

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.

Applies to

See also


Feedback

Was this page helpful?