XmlAttribute.NodeType 属性

定义

获取当前节点的类型。

public:
 virtual property System::Xml::XmlNodeType NodeType { System::Xml::XmlNodeType get(); };
public override System.Xml.XmlNodeType NodeType { get; }
member this.NodeType : System.Xml.XmlNodeType
Public Overrides ReadOnly Property NodeType As XmlNodeType

属性值

XmlNodeType

XmlAttribute 节点的节点类型是 XmlNodeType.Attribute。

适用于

另请参阅