Share via


AnnotationCollection.GetEnumerator method

Gets the IEnumerator instance that contains all the annotations in this collection.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As AnnotationCollection
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()

Return value

Type: System.Collections.IEnumerator
The IEnumerator instance.

Implements

IEnumerable.GetEnumerator()

Remarks

Use this method to retrieve each annotation in the collection.

See also

Reference

AnnotationCollection class

AnnotationCollection members

Microsoft.PerformancePoint.Scorecards namespace