Compartir a través de


XmlCDataSection.NodeValue Propiedad

Definición

Obtiene o establece el texto asociado al nodo.

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

Valor de propiedad

Object

Platform::Object

IInspectable

Texto asociado al nodo.

Implementaciones

Se aplica a