SeekableXPathNavigator.GetNodeType(Int64) Metoda

Definice

Při přepsání v odvozené třídě vrátí typ uzlu na zadané pozici.

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

Parametry

nodePositionnode_position
Int64

Pozice uzlu, jehož typ uzlu je právě načítán.

Návraty

XPathNodeType

Jedna z XPathNodeType hodnot, které určují typ uzlu XML.

Výjimky

Formát nodePosition je neplatný.

Platí pro