FirstClassElementCollectionBase<ElementCollectionType, ElementType>.GetElementEnumerable method

Return 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>

See also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> members

Microsoft.PerformancePoint.Scorecards namespace