removeAll Method (Compact 2013)
3/26/2014
Removes all the nodes from the collection described by the IXMLDOMSelection.
Syntax
objXMLDOMSelection.removeAll();
HRESULT removeAll();
Parameters
Script
None.
C/C++
None.
Return Value
Script
None.
C/C++
- 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).
Remarks
This method applies to the following interface:
Requirements
Header |
msxml2.h, |
Library |
uuid.lib |