XmlComment.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.Comment。

適用於

另請參閱