TargetPropertyPath.Path Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le chemin d’accès à la propriété sur l’élément cible.
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
Valeur de propriété
Chemin d’accès à la propriété sur l’élément cible.