PropertyPath.Path Propiedad

Definición

Obtiene el valor de ruta de acceso mantenido 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 de propiedad

String

Platform::String

winrt::hstring

Valor de ruta de acceso mantenido por este PropertyPath.

Comentarios

Para establecer un valor para Path, cree un propertyPath con el constructor PropertyPath(String).

Se aplica a

Consulte también