Freigeben über


ElementCollectionBase<ElementCollectionType, ElementType>.GetElementEnumerable-Methode

Gibt einen Enumerator für die Auflistung base-Element.

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()

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<Element>
Ein Enumerator für die Auflistung base-Element.

Siehe auch

Referenz

ElementCollectionBase<ElementCollectionType, ElementType> Klasse

ElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace