|
Public Member Functions |
HRESULT | AddByIndex ([in] Int32 iIndex,[in] BSTR iAttributeID,[in, optional] BSTR iElementKeys,[in, optional, defaultvalue(-2)] Int32 iReplacementBaseFormID,[in, optional] BSTR iReplacementBaseFormValue) |
| Add the element info for the elements search or replace.
|
HRESULT | ClearAll () |
| Clear all the elements info.
|
HRESULT | Count ([out, retval] Int32 *opCount) |
| Get the count of the elements info.
|
HRESULT | ItemByIndex ([in] Int32 iIndex,[out] BSTR *opAttributeID,[out] BSTR *opElementKeys,[out] Int32 *opReplacementBaseFormID,[out] BSTR *opReplacementBaseFormValue) |
| Get the element info by index.
|
HRESULT | RemoveByIndex ([in] Int32 iIndex) |
| Remove the element info by index.
|
HRESULT | ReplaceByIndex ([in] Int32 iIndex,[in, optional] BSTR iAttributeID,[in, optional] BSTR iElementKeys,[in, optional, defaultvalue(-2)] Int32 iReplacementBaseFormID,[in, optional] BSTR iReplacementBaseFormValue) |
| Modify the element info by index.
|