FirstClassElementCollectionBase<ElementCollectionType, ElementType>.ForEach-Methode
Führt die angegebene Aktion für jedes Element der Liste.
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 FirstClassElementCollectionBase
Dim action As Action(Of ElementType)
instance.ForEach(action)
public void ForEach(
Action<ElementType> action
)
Parameter
action
Typ: System.Action<ElementType>Das Action-Delegaten für jedes Element der Auflistung auszuführen.
Siehe auch
Referenz
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Klasse
FirstClassElementCollectionBase<ElementCollectionType, ElementType>-Member