Share via


removeAll Method

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Removes all the nodes from the collection described by the IXMLDOMSelection.

Script Syntax

objXMLDOMSelection.removeAll();

Remarks

Script Parameters

None.

Script Return Value

None.

C/C++ Syntax

HRESULT removeAll();

Remarks

C/C++ Parameters

None.

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

Requirements

Header msxml2.h, msxml2.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

General Remarks

This method applies to the following interface:

IXMLDOMSelection.