FirstClassElementCollectionBase<ElementCollectionType, ElementType>.SetItem method

Replaces the item at the specified index with the specified item.

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
)

Parameters

  • index
    Type: System.Int32

    The zero-based index of the item to be replaced.

See also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> members

Microsoft.PerformancePoint.Scorecards namespace