SWbemNamedValueSet.DeleteAll method

The DeleteAll method of the SWbemNamedValueSet object removes all named values from the collection, thus emptying it.

Syntax

SWbemNamedValueSet.DeleteAll()

Parameters

This method has no parameters.

Return value

This method does not return a value.

Error codes

Upon completion of the DeleteAll method, the Err object may contain the error code below.

wbemErrFailed - 2147749889 (0x80041001)

Unspecified error.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Wbemdisp.h
Type library
Wbemdisp.tlb
DLL
Wbemdisp.dll
CLSID
CLSID_SWbemNamedValueSet
IID
IID_ISWbemNamedValueSet

See also

SWbemNamedValueSet

SWbemNamedValueSet.Remove