ITAttributeList::Add

[This is preliminary documentation and subject to change.]

Adds the attribute (BSTR) at the specified index (USHORT).

HRESULT Add(
  USHORT Index,
  BSTR pAttribute
);
 

Parameters

Index
[in] Index of attribute to added.
pAttribute
[in] Value of attribute to added.

Return Values

TBD