XMLNode.NodeValue 属性

定义

返回或设置一个 String 类型的值,该值代表特性的值。

public:
 property System::String ^ NodeValue { System::String ^ get(); void set(System::String ^ value); };
public string NodeValue { get; set; }
member this.NodeValue : string with get, set
Public Property NodeValue As String

属性值

注解

对象 XMLNode 可以是 XML 元素,也可以是元素的属性。 NodeType使用 属性确定正在使用的节点类型。

对于 NodeType 值为 wdXMLNodeElementXMLNode 对象,NodeValue 属性不返回任何内容。

适用于