Partager via


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

Remplace l'objet à l'index spécifié par l'objet 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 SetItem ( _
    index As Integer, _
    item As ElementType _
)
'Utilisation
Dim index As Integer
Dim item As ElementType

Me.SetItem(index, item)
protected override void SetItem(
    int index,
    ElementType item
)

Paramètres

  • index
    Type : System.Int32

    Index de base zéro de l'objet à remplacer.

Voir aussi

Référence

ElementCollectionBase<ElementCollectionType, ElementType> classe

ElementCollectionBase<ElementCollectionType, ElementType> - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms