Moves to the parent of the current node.
[Visual Basic] MustOverride Public Function MoveToParent() As Boolean [C#] public abstract bool MoveToParent(); [C++] public: virtual bool MoveToParent() = 0; [JScript] public abstract function MoveToParent() : Boolean;
true if a parent node exists.
false if there is no parent node. This can happen if the tree is changed out from under the XmlNavigator.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace