Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SWbemRefresher.Item method returns the specified SWbemRefreshableItem from the collection.
For an explanation of this syntax, see Document Conventions for the Scripting API.
Syntax
objItem = .Item( _
ByVal lIndex _
)
Parameters
-
lIndex
-
Index value of the item in the collection.
Return value
If the call is successful, the specified SWbemRefreshableItem object is returned.
Error codes
If the refresher has no item with the specified index, wbemErrNotFound is generated.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
Type library |
|
DLL |
|
CLSID |
CLSID_SWbemRefresher |
IID |
IID_ISWbemRefresher |