ITAttributeList::get_Item

[This is preliminary documentation and subject to change.]

Returns the attribute (BSTR) specified by the index (USHORT).

HRESULT get_Item(
  USHORT Index,
  BSTR *pVal
);
 

Parameters

Index
[in] Index of item to get.
pVal
[out] Values of item.

Return Values

TBD