Partager via


TargetValueCollection.Insert - Méthode

Insère un objet dans l'index spécifié.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Sub Insert ( _
    index As Integer, _
    value As TargetValue _
)
'Utilisation
Dim instance As TargetValueCollection
Dim index As Integer
Dim value As TargetValue

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

Paramètres

Voir aussi

Référence

TargetValueCollection classe

TargetValueCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms