Share via


ElementCollection.ForEach Method (Microsoft.PerformancePoint.Scorecards)

Performs the specified action on each element of the list.

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 ElementCollection(Of ElementCollectionType, ElementType)
Dim action As Action(Of ElementType)

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

Parameters

  • action
    The Action delegate to perform on each element of the collection.

See Also

Reference

ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace