Partilhar via


TargetPropertyPath.Path Propriedade

Definição

Obtém ou define o caminho para a propriedade no 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 da propriedade

O caminho para a propriedade no elemento de destino.

Aplica-se a