get_Current()

XPathNodeIterator::get_Current() method

When overridden in a derived class, gets the XPathNavigator object for this XPathNodeIterator, positioned on the current context node.

virtual const SharedPtr<XPathNavigator> & System::Xml::XPath::XPathNodeIterator::get_Current()=0

Return Value

An XPathNavigator object positioned on the context node from which the node set was selected. The XPathNodeIterator::MoveNext method must be called to move the XPathNodeIterator to the first node in the selected set.

See Also