CommentCollection Methods |
The CommentCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AppendComment |
Adds a new comment added to a slide.
(Inherited from
CommentList
.)
|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
(Inherited from
CommentList
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
InsertComment |
Adds a new comment added to a slide.
(Inherited from
CommentList
.)
|
|
|
Remove |
Removes the first occurrence of the specified comment in a collection.
(Inherited from
CommentList
.)
|
|
|
RemoveAt |
Removes the element at the specified index in a collection.
(Inherited from
CommentList
.)
|
|
|
ToArray | (Inherited from CommentList .) |
|
|
ToArray(Int32, Int32) | (Inherited from CommentList .) |
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|