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