XPathNodeIterator::CurrentPosition Property
.NET Framework (current version)
When overridden in a derived class, gets the index of the current position in the selected set of nodes.
Assembly: System.Xml (in System.Xml.dll)
The index is 1-based. Therefore, the first node has an index of 1. An index of 0 indicates there are no selected nodes. This property always returns a positive integer.
.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Available since 1.1
Silverlight
Available since 4.0
Show: