Share via


DynamicCollection.InsertItem Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Protected Overrides Sub InsertItem ( _
    itemIndex As Integer, _
    item As T _
)
'Usage
Dim itemIndex As Integer
Dim item As T

Me.InsertItem(itemIndex, item)
protected override void InsertItem (
    int itemIndex,
    T item
)

Parameters

  • itemIndex
  • item

See Also

Reference

DynamicCollection Generic Class
DynamicCollection Members
Microsoft.PerformancePoint.Scorecards Namespace