XMLNode.NodeValue 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.
Renvoie ou définit une valeur de type String qui représente la valeur d’un attribut.
public:
property System::String ^ NodeValue { System::String ^ get(); void set(System::String ^ value); };
public string NodeValue { get; set; }
member this.NodeValue : string with get, set
Public Property NodeValue As String
Valeur de propriété
Remarques
Un XMLNode objet peut être un élément XML ou un attribut d’un élément. Utilisez la NodeType propriété pour déterminer le type de nœud que vous utilisez.
Pour les objets XMLNode avec une valeur NodeType de wdXMLNodeElement, la propriété NodeValue ne retourne rien.