Compartilhar via


PropertyPath.Path Propriedade

Definição

Obtém o valor do caminho mantido por este 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

Valor da propriedade

String

Platform::String

winrt::hstring

O valor do caminho mantido por este PropertyPath.

Comentários

Para estabelecer um valor para Path, crie um novo PropertyPath usando o construtor PropertyPath(String ).

Aplica-se a

Confira também