MemberCollection.InsertItem Method
Inserts the specified object at the specified index.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Overrides Sub InsertItem ( _
index As Integer, _
value As Member _
)
'Usage
Dim index As Integer
Dim value As Member
Me.InsertItem(index, value)
protected override void InsertItem(
int index,
Member value
)
Parameters
index
Type: System.Int32The zero-based index.
value
Type: Microsoft.PerformancePoint.Scorecards.MemberThe object to insert.