ITCollection::get_Item

[This is preliminary documentation and subject to change.]

Given an index, returns an item in the collection.

HRESULT get_Item(
  long Index,
  VARIANT *pVariant
);
 

Parameters

Index
[in] Index of item to be retrieved.
pVariant
[out] Pointer to item returned.

Return Values

TBD