Share via


DelegatingXmlDictionaryReader.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 値の 1 つ。

適用対象