SeekableXPathNavigator.GetNodeType(Int64) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파생 클래스에서 재정의된 경우 지정된 위치에 있는 노드의 형식을 반환합니다.
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
노드 형식을 검색할 노드의 위치입니다.
반환
XML 노드의 형식을 나타내는 XPathNodeType 값 중 하나입니다.
예외
nodePosition
이 잘못되었습니다.