Share via


XmlCDataSection.NodeValue Propriété

Définition

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é

Object

Platform::Object

IInspectable

Texte associé au nœud.

Implémente

S’applique à