XmlNode.NodeType プロパティ

定義

派生クラスでオーバーライドされている場合は、現在のノードの型を取得します。

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

プロパティ値

XmlNodeType 値のいずれか 1 つ。

注釈

このプロパティは、 XmlNodeType EndElement、EndEntity、または None を返しません。

適用対象