DynamicCollection.SetItem Method (Microsoft.PerformancePoint.Scorecards)
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Protected Overrides Sub SetItem ( _
itemIndex As Integer, _
item As T _
)
'Usage
Dim itemIndex As Integer
Dim item As T
Me.SetItem(itemIndex, item)
protected override void SetItem (
int itemIndex,
T item
)
Parameters
- itemIndex
- item
See Also
Reference
DynamicCollection Generic Class
DynamicCollection Members
Microsoft.PerformancePoint.Scorecards Namespace