Moves to the previous sibling of the current node.
[Visual Basic] Overrides Public Function MoveToPrevious() As Boolean [C#] public override bool MoveToPrevious(); [C++] public: override bool MoveToPrevious(); [JScript] public override function MoveToPrevious() : Boolean;
true if there is a previous sibling node; false if there is no previous sibling.
If you are positioned on an attribute, this method will do an implicit call to MoveToElement before processing this method. In other words, attribute navigation is orthogonal to tree navigation.
DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace