TupleCollection.Insert - Méthode

Insère un objet à 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 Tuple _
)
'Utilisation
Dim instance As TupleCollection
Dim index As Integer
Dim value As Tuple

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

Paramètres

Voir aussi

Référence

TupleCollection classe

TupleCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms