Share via


ElementCollection.AddRange Method (Microsoft.PerformancePoint.Scorecards)

Adds the properties in the collection.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Sub AddRange ( _
    collection As ICollection(Of ElementType) _
)
'Usage
Dim instance As ElementCollection(Of ElementCollectionType, ElementType)
Dim collection As ICollection(Of ElementType)

instance.AddRange(collection)
public void AddRange (
    ICollection<ElementType> collection
)

Parameters

  • collection
    The properties to add.

See Also

Reference

ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace