PropertyPath.Path Eigenschaft

Definition

Ruft den Pfadwert ab, der von diesem PropertyPath gespeichert ist.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Pfadwert, der von diesem PropertyPath gehalten wird.

Hinweise

Um einen Wert für Path einzurichten, erstellen Sie mithilfe des PropertyPath(String)-Konstruktors einen neuen PropertyPath.

Gilt für:

Weitere Informationen