Moves to the parent of the current node.
[Visual Basic] Overrides Public Function MoveToParent() As Boolean [C#] public override bool MoveToParent(); [C++] public: override bool MoveToParent(); [JScript] public override 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.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace