Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs the specified action on each object in the collection.
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
)
Parameters
action
Type: System.Action<ElementType>The action to perform.
See Also
Reference
ElementCollectionBase<ElementCollectionType, ElementType> Class
ElementCollectionBase<ElementCollectionType, ElementType> Members