Aracılığıyla paylaş


SeekableXPathNavigator.GetNodeType(Int64) Yöntem

Tanım

Türetilmiş bir sınıfta geçersiz kılınırsa, belirtilen konumdaki düğüm türünü döndürür.

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

Parametreler

nodePositionnode_position
Int64

Düğüm türü alınmakta olan düğümün konumu.

Döndürülenler

XPathNodeType

XPathNodeTypeXML düğümünün türünü gösteren değerlerden biri.

Özel durumlar

nodePosition geçersizdir.

Şunlara uygulanır