SeekableXPathNavigator.GetNodeType(Int64) メソッド

定義

派生クラスでオーバーライドされると、指定した位置のノードの種類を返します。

public:
 abstract System::Xml::XPath::XPathNodeType GetNodeType(long nodePosition);
public abstract System.Xml.XPath.XPathNodeType GetNodeType (long nodePosition);
abstract member GetNodeType : int64 -> System.Xml.XPath.XPathNodeType
Public MustOverride Function GetNodeType (nodePosition As Long) As XPathNodeType

パラメーター

nodePosition
Int64

種類を取得するノードの位置。

戻り値

XML ノードの種類を示す XPathNodeType のいずれかの値。

例外

nodePosition が無効です。

適用対象