Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.09 KB

swbemrefresher-deleteall.md

File metadata and controls

77 lines (46 loc) · 2.09 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
The SWbemRefresher.DeleteAll method removes all the items from the collection in the SWbemRefresher object.SWbemRefresher object.
c6e462d3-52b3-40c0-9a9c-fa268415a5f0
multiple
SWbemRefresher.DeleteAll method (Wbemdisp.h)
reference
05/31/2018
APIRef
kbSyntax
SWbemRefresher.DeleteAll
ISWbemRefresher.DeleteAll
ISWbemRefresher.DeleteAll
COM
Wbemdisp.dll

SWbemRefresher.DeleteAll method

The SWbemRefresher.DeleteAll method removes all the items from the collection in the SWbemRefresher object.

For an explanation of this syntax, see Document Conventions for the Scripting API.

Syntax

SWbemRefresher.DeleteAll()

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

The corresponding SWbemRefreshableItem for each removed item has its Refresher property set to NULL, which indicates that it no longer has a parent refresher.

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_SWbemRefresher
IID
IID_ISWbemRefresher

See also

SWbemRefresher