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();
If there are no selected nodes, this method has no effect.
The XmlNavigator's position is unaffected by this operation.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace