IJSProperties::Item Method

Returns an item.

IDL

[propget, id(0x00000000), defaultcollelem]

HRESULT _stdcall Item([in] VARIANT Index, [out, retval] IJSProperty** Value);

Parameters

Parameters

Description

[in] VARIANT Index

OleVariant. Number indicating the index of the item in the collection or string indicating the name of the item.

OutRetVal

Returns the selected item.

Group

IJSProperties Methods