Partager via


ElementCollectionBase<ElementCollectionType, ElementType>.AddRange - Méthode

Ajoute les objets dans la collection spécifiée pour cette collection.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Sub AddRange ( _
    collection As ICollection(Of ElementType) _
)
'Utilisation
Dim instance As ElementCollectionBase
Dim collection As ICollection(Of ElementType)

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

Paramètres

Voir aussi

Référence

ElementCollectionBase<ElementCollectionType, ElementType> classe

ElementCollectionBase<ElementCollectionType, ElementType> - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms