FirstClassElementCollectionBase<ElementCollectionType, ElementType>.GetElementEnumerable Method

Returns an enumerator for the base element collection.

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

Syntax

'Declaration
Public Function GetElementEnumerable As IEnumerable(Of Element)
'Usage
Dim instance As FirstClassElementCollectionBase
Dim returnValue As IEnumerable(Of Element)

returnValue = instance.GetElementEnumerable()
public IEnumerable<Element> GetElementEnumerable()

Return Value

Type: System.Collections.Generic.IEnumerable<Element>
An enumerator for the base element collection.

See Also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members

Microsoft.PerformancePoint.Scorecards Namespace