Moves the XmlNavigator to the next node in the selected set.
[Visual Basic] Overridable Public Function MoveToNextSelected() As Boolean [C#] public virtual bool MoveToNextSelected(); [C++] public: virtual bool MoveToNextSelected(); [JScript] public function MoveToNextSelected() : Boolean;
true if XmlNavigator moved to specified node; false if there are no more selected nodes.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace