Condividi tramite


XmlComment.NodeValue Proprietà

Definizione

Ottiene o imposta il testo associato 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 = xmlComment.nodeValue;
xmlComment.nodeValue = object;
Public Property NodeValue As Object

Valore della proprietà

Object

Platform::Object

IInspectable

Ottiene o imposta il testo associato al nodo.

Implementazioni

Si applica a