Share via


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

ElementCollectionBase<ElementCollectionType, ElementType> class

ElementCollectionBase<ElementCollectionType, ElementType> members

Microsoft.PerformancePoint.Scorecards namespace