Freigeben über


ElementCollectionBase<ElementCollectionType, ElementType>.ForEach-Methode

Führt die angegebene Aktion für jedes Objekt in der Auflistung.

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

Syntax

'Declaration
Public Sub ForEach ( _
    action As Action(Of ElementType) _
)
'Usage
Dim instance As ElementCollectionBase
Dim action As Action(Of ElementType)

instance.ForEach(action)
public void ForEach(
    Action<ElementType> action
)

Parameter

Siehe auch

Referenz

ElementCollectionBase<ElementCollectionType, ElementType> Klasse

ElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace