Removes the current node (and its entire subtree).
[Visual Basic] Overloads Overrides Public Sub Remove() [C#] public override void Remove(); [C++] public: override void Remove(); [JScript] public override function Remove();
After this method is called, the parent pointer is disconnected (so MoveToParent will return false) and the parent's ChildCount will be decremented by 1.
This XmlNavigator then stays pointing at this removed node.
If this node has already been removed and has no parent, this method has no effect.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace | DataDocumentNavigator.Remove Overload List