XmlComment.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 = xmlComment.nodeValue;
xmlComment.nodeValue = object;
Public Property NodeValue As Object

プロパティ値

Object

Platform::Object

IInspectable

ノードに関連付けられているテキストを取得または設定します。

実装

適用対象