AnnotationCollection Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of annotations.
The AnnotationCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AnnotationCollection | Initializes a new instance of the AnnotationCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of objects in the collection. | |
IsSynchronized | Gets a Boolean value that indicates whether access to the collection is synchronized (thread safe). | |
Item | Gets or sets the object at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified object to this collection. | |
Clone | Performs a deep copy of this collection. | |
Contains | Determines whether the specified annotation is in this collection. | |
CopyTo(Array, Int32) | Copies this collection to an array, starting at the specified index. | |
CopyTo([], Int32) | Copies this collection to an array, starting at the specified index. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets the IEnumerator instance that contains all the annotations in this collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes an annotation from this collection. | |
ToString | (Inherited from Object.) |
Top