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.Remove ()

Removes the current node (and its entire subtree).

[Visual Basic]
Overloads MustOverride Public Sub Remove()
[C#]
public abstract void Remove();
[C++]
public: virtual void Remove() = 0;
[JScript]
public abstract function Remove();

Remarks

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.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace | XmlNavigator.Remove Overload List