Condividi tramite


TargetPropertyPath.Path Proprietà

Definizione

Ottiene o imposta il percorso della proprietà nell'elemento di destinazione.

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

Valore della proprietà

Percorso della proprietà nell'elemento di destinazione.

Si applica a