次の方法で共有


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

ノードに関連付けられているテキスト。

実装

適用対象