XmlComment.NodeValue Property

Definition

Gets or sets the text associated with the node.

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

Property Value

Object

Platform::Object

IInspectable

Gets or sets the text associated with the node.

Implements

Applies to