SeekableXPathNavigator::GetNodeType Method (Int64)
.NET Framework (current version)
When overridden in a derived class, returns the type of the node at the specified position.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- nodePosition
-
Type:
System::Int64
The position of the node whose node type is being retrieved.
Return Value
Type: System.Xml.XPath::XPathNodeTypeOne of the XPathNodeType values that indicate the type of the XML node.
| Exception | Condition |
|---|---|
| ArgumentException | nodePosition is invalid. |
.NET Framework
Available since 3.0
Available since 3.0
Show: