Removes the specified node (and its entire subtree) by relative position to the current node.
[Visual Basic] Overloads MustOverride Public Sub Remove( _ ByVal p As TreePosition _ ) [C#] public abstract void Remove( TreePosition p ); [C++] public: virtual void Remove( TreePosition p ) = 0; [JScript] public abstract function Remove( p : TreePosition );
After this method is called, the parent of the specified node is set to null. This XmlNavigator then stays pointing at this current node.
The position of "None" makes this method behave the same as Remove() with no arguments.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace | XmlNavigator.Remove Overload List