Share via


TargetPropertyPath.Path Propiedad

Definición

Obtiene o establece la ruta de acceso a la propiedad en el elemento de destino.

public:
 property PropertyPath ^ Path { PropertyPath ^ get(); void set(PropertyPath ^ value); };
PropertyPath Path();

void Path(PropertyPath value);
public PropertyPath Path { get; set; }
var propertyPath = targetPropertyPath.path;
targetPropertyPath.path = propertyPath;
Public Property Path As PropertyPath

Valor de propiedad

Ruta de acceso a la propiedad en el elemento de destino.

Se aplica a