XmlCDataSection.NodeValue 屬性

定義

取得或設定與節點相關聯的文字。

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

屬性值

Object

Platform::Object

IInspectable

與節點相關聯的文字。

實作

適用於