Share via


MemberCollection.RemoveItem method

Removes an object from the collection.

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

Syntax

'Declaration
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
'Usage
Dim index As Integer

Me.RemoveItem(index)
protected override void RemoveItem(
    int index
)

Parameters

  • index
    Type: System.Int32

    The zero-based index of the object to remove.

See also

Reference

MemberCollection class

MemberCollection members

Microsoft.PerformancePoint.Scorecards namespace