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