Each comment is a string value. The user can examine and alter this collection to annotate an object.
Public Member Functions | |
| HRESULT | _NewEnum ([out, retval] IUnknown pp_NewEnum) |
| Enumerator for this collection. | |
| HRESULT | Add ([in] BSTR Comment) |
| Insert a new comment string into the collection. | |
| HRESULT | Count ([out, retval] Int32 *pCount) |
| The number of comment strings in this collection. | |
| HRESULT | Item ([in] Int32 Index,[out, retval] BSTR *pComment) |
| Access members of the collection This is the default method of the interface. | |
| HRESULT | Remove ([in] Int32 Index) |
| Delete a comment string from the collection. | |
|
|
Enumerator for this collection. This is the standard property used to return the strings in a collection. It actually returns an enumerator object. Calling methods on the enumerator object retrieves the contents of the collection.
|
|
|
Insert a new comment string into the collection.
|
|
|
The number of comment strings in this collection. Returns the number of comment strings in the collection.
|
|
||||||||||||
|
Access members of the collection This is the default method of the interface.
|
|
|
Delete a comment string from the collection.
|