Share via


TupleNodeCollection.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 TupleNode _
)
'Utilisation
Dim instance As TupleNodeCollection
Dim index As Integer
Dim value As TupleNode

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

Paramètres

Voir aussi

Référence

TupleNodeCollection classe

TupleNodeCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms