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

与节点关联的文本。

实现

适用于