Public Member Functions | |
HRESULT | AddID ([in] BSTR iID,[in, defaultvalue(0)] Int32 Index) |
Access members of the collection. | |
HRESULT | Exist ([in] BSTR iID,[out, retval] VARIANT_BOOL *opExist) |
Check whether the ID exists in the collection. | |
HRESULT | ItemID ([in] Int32 iIndex,[out, retval] BSTR *opID) |
Access members of the collection. |
|
Access members of the collection. Add an attribute id into the collection.
|
|
Check whether the ID exists in the collection. In current implementation, it runs in logN. Due to current implementation limitation, inserting duplicate entries to the IDSSAttributes2 collection is rather slow(linear time), So please check whether the attribute is already there before inserting.
|
|
Access members of the collection. Return a attribute id from the collection. The index parameter must be a number.
|