Share via


MemberCollection.SetItem method

Replaces the object at the specified index with the specified object.

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 Member _
)
'Usage
Dim index As Integer
Dim item As Member

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

Parameters

  • index
    Type: System.Int32

    The zero-based index of the object to replace.

See also

Reference

MemberCollection class

MemberCollection members

Microsoft.PerformancePoint.Scorecards namespace