XmlSchemaXPath.XPath 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 l'attribut pour l'expression XPath.
public:
property System::String ^ XPath { System::String ^ get(); void set(System::String ^ value); };
public string? XPath { get; set; }
public string XPath { get; set; }
member this.XPath : string with get, set
Public Property XPath As String
Valeur de propriété
Valeur de l'attribut de la chaîne pour l'expression XPath.
Remarques
Expression XPath relative à chaque élément sélectionné par le sélecteur de la contrainte d’identité. Cette expression doit identifier un seul élément ou attribut dont le contenu ou la valeur sert pour la contrainte. Si l’expression identifie un élément, cet élément doit être un type simple.