FirstClassElementCollectionBase<ElementCollectionType, ElementType>.AddRange-Methode
Die Eigenschaften hinzugefügt in der Auflistung.
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 FirstClassElementCollectionBase
Dim collection As ICollection(Of ElementType)
instance.AddRange(collection)
public void AddRange(
ICollection<ElementType> collection
)
Parameter
collection
Typ: System.Collections.Generic.ICollection<ElementType>Die Eigenschaften hinzufügen.
Siehe auch
Referenz
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Klasse
FirstClassElementCollectionBase<ElementCollectionType, ElementType>-Member