Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts the specified object into this collection 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, _
item As KpiMeasure _
)
'Usage
Dim index As Integer
Dim item As KpiMeasure
Me.InsertItem(index, item)
protected override void InsertItem(
int index,
KpiMeasure item
)
Parameters
index
Type: System.Int32The zero-based index to insert the object at.
item
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureThe object to insert.