CommentCollection Properties |
The CommentCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements actually contained in the collection.
Read-only
Int32
.
(Inherited from
CommentList
.)
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item |
Gets the element at the specified index.
Read-only
Comment
.
(Inherited from
CommentList
.)
|
|
|
Presentation |
Gets parent PresentationPptx object for a collection of comments.
Read-only
PresentationPptx
.
(Inherited from
CommentList
.)
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|