SeekableXPathNavigator.GetNodeType(Int64) 메서드

정의

파생 클래스에서 재정의된 경우 지정된 위치에 있는 노드의 형식을 반환합니다.

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

매개 변수

nodePositionnode_position
Int64

노드 형식을 검색할 노드의 위치입니다.

반환

XPathNodeType

XML 노드의 형식을 나타내는 XPathNodeType 값 중 하나입니다.

예외

nodePosition이 잘못되었습니다.

적용 대상