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.MoveToPrevious

Moves to the previous sibling of the current node.

[Visual Basic]
MustOverride Public Function MoveToPrevious() As Boolean
[C#]
public abstract bool MoveToPrevious();
[C++]
public: virtual bool MoveToPrevious() = 0;
[JScript]
public abstract function MoveToPrevious() : Boolean;

Return Value

true if there is a previous sibling node; false if there is no previous sibling.

Remarks

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.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace