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.RemoveSelected

Removes all the selected nodes.

[Visual Basic]
Overrides Public Sub RemoveSelected()
[C#]
public override void RemoveSelected();
[C++]
public: override void RemoveSelected();
[JScript]
public override function RemoveSelected();

Remarks

If there are no selected nodes, this method has no effect.

The XmlNavigator's position is unaffected by this operation.

See Also

DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace