removeAll Method (Windows Embedded CE 6.0)

1/6/2010

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

Script Syntax

objXMLDOMSelection.removeAll();

Remarks

Ee502418.collapse(en-US,WinEmbedded.60).gifScript Parameters

None.

Ee502418.collapse(en-US,WinEmbedded.60).gifScript Return Value

None.

Ee502418.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT removeAll();

Remarks

Ee502418.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

None.

Ee502418.collapse(en-US,WinEmbedded.60).gifC/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).

Ee502418.collapse(en-US,WinEmbedded.60).gifRequirements

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.

See Also

Reference

XML DOM Methods