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
Public method AnnotationCollection Initializes a new instance of the AnnotationCollection class.

Top

Properties

  Name Description
Public property Count Gets the number of objects in the collection.
Public property IsSynchronized Gets a Boolean value that indicates whether access to the collection is synchronized (thread safe).
Public property Item Gets or sets the object at the specified index.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

Methods

  Name Description
Public method Add Adds the specified object to this collection.
Public method Clone Performs a deep copy of this collection.
Public method Contains Determines whether the specified annotation is in this collection.
Public method CopyTo(Array, Int32) Copies this collection to an array, starting at the specified index.
Public method CopyTo([], Int32) Copies this collection to an array, starting at the specified index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets the IEnumerator instance that contains all the annotations in this collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes an annotation from this collection.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

AnnotationCollection Class

Microsoft.PerformancePoint.Scorecards Namespace