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.

参照