다음을 통해 공유


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