ActualCollection.InsertItem - Méthode

Insère l'objet spécifié dans cette collection à l'index spécifié.

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

Syntaxe

'Déclaration
Protected Overrides Sub InsertItem ( _
    index As Integer, _
    item As KpiMeasure _
)
'Utilisation
Dim index As Integer
Dim item As KpiMeasure

Me.InsertItem(index, item)
protected override void InsertItem(
    int index,
    KpiMeasure item
)

Paramètres

  • index
    Type : System.Int32

    Index de base zéro pour insérer l'objet.

Voir aussi

Référence

ActualCollection classe

ActualCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms