ElementCollection.SetItem Method (Int32, ElementType) (Microsoft.PerformancePoint.Scorecards)

Replaces the item at an index with another item.

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

Syntax

'Declaration
Protected Overrides Sub SetItem ( _
    index As Integer, _
    item As ElementType _
)
'Usage
Dim index As Integer
Dim item As ElementType

Me.SetItem(index, item)
protected override void SetItem (
    int index,
    ElementType item
)

Parameters

  • index
    The zero-based index of the item to be replaced.
  • item
    The new item.

See Also

Reference

ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace