Compartilhar via


removeAll Method (Windows CE 5.0)

Send Feedback

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

[Script]

Script Syntax

objXMLDOMSelection.removeAll();

Script Parameters

None.

Script Return Value

None.

[C/C++]

C/C++ Syntax

HRESULT removeAll();

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.

General Remarks

This method applies to the following interface:

IXMLDOMSelection.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.