Freigeben über


ElementCollectionBase<ElementCollectionType, ElementType>.SetItem-Methode

Ersetzt das Objekt am angegebenen Index mit dem angegebenen Objekt.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Protected Overrides Sub SetItem ( _
    index As Integer, _
    item As ElementType _
)
'Usage
Dim index As Integer
Dim item As ElementType

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

Parameter

  • index
    Typ: System.Int32

    Der nullbasierte Index des Objekts, zu ersetzen.

Siehe auch

Referenz

ElementCollectionBase<ElementCollectionType, ElementType> Klasse

ElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace