|
Returns an item of the collection.
IDL
[propget, id(0x00000000), defaultcollelem]
HRESULT _stdcall Item([in] VARIANT Index, [out, retval] IJSArgument** Value);
Parameters
Parameters
|
Description
|
[in] VARIANT Index
|
OleVariant. Number indicating the index in the collection or string indicating the name of the method.
|
OutRetVal
|
Returns the selected IJSMethod
|
Group
IJSArguments Methods
|