System::Xml::XPath::XPathNodeIterator::MoveNext 方法

XPathNodeIterator::MoveNext method

在派生类中被重写时,将 XPathNodeIterator::get_Current 方法返回的 XPathNavigator 对象移动到所选节点集中的下一个节点。

virtual bool System::Xml::XPath::XPathNodeIterator::MoveNext()=0

ReturnValue

true if the XPathNavigator object moved to the next node; false if there are no more selected nodes.

另见