XmlCDataSection.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.
Obtient ou définit le texte associé au nœud.
public:
property Platform::Object ^ NodeValue { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable NodeValue();
void NodeValue(IInspectable value);
public object NodeValue { get; set; }
var object = xmlCDataSection.nodeValue;
xmlCDataSection.nodeValue = object;
Public Property NodeValue As Object
Valeur de propriété
Texte associé au nœud.