Share via


PropertyPath.Path Proprietà

Definizione

Ottiene il valore del percorso mantenuto da questo PropertyPath.

public:
 property Platform::String ^ Path { Platform::String ^ get(); };
winrt::hstring Path();
public string Path { get; }
var string = propertyPath.path;
Public ReadOnly Property Path As String

Valore della proprietà

String

Platform::String

winrt::hstring

Valore del percorso mantenuto da questo PropertyPath.

Commenti

Per stabilire un valore per Path, creare un nuovo PropertyPath usando il costruttore PropertyPath(String).

Si applica a

Vedi anche