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