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

Removes all the selected nodes.

[Visual Basic]
MustOverride Public Sub RemoveSelected()
[C#]
public abstract void RemoveSelected();
[C++]
public: virtual void RemoveSelected() = 0;
[JScript]
public abstract 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

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace