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!

DataDocumentNavigator.Remove ()

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();

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

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