IXMLDOMSelection::removeAll Method
Removes all the nodes from the collection described by the XMLDOMSelection object.
Visual Basic Syntax
objXMLDOMSelection.removeAll
C/C++ Syntax
HRESULT removeAll();
C/C++ Return Values
- S_OK
- Value returned if the method is successful.
- E_PENDING
- Value returned if all nodes cannot be found at this time (in which case no nodes are removed).
See Also
IXMLDOMSelection Interface