Share via


ParameterMappingCollection.Insert Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    value As ParameterMapping _
)
'Usage
Dim instance As ParameterMappingCollection
Dim index As Integer
Dim value As ParameterMapping

instance.Insert(index, value)
public void Insert (
    int index,
    ParameterMapping value
)

Parameters

  • index
  • value

Remarks

SeeCollectionBaseclass.

See Also

Reference

ParameterMappingCollection Class
ParameterMappingCollection Members
Microsoft.PerformancePoint.Scorecards Namespace