NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNavigator.MoveToNextSelected

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;

Return Value

true if XmlNavigator moved to specified node; false if there are no more selected nodes.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace