PropertyPath.Path Propriété

Définition

Obtient la valeur de chemin d’accès détenue par ce 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

Valeur de propriété

String

Platform::String

winrt::hstring

Valeur de chemin d’accès détenue par ce PropertyPath.

Remarques

Pour établir une valeur pour Path, créez un PropertyPath à l’aide du constructeur PropertyPath(String ).

S’applique à

Voir aussi