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

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

Paramètres

Voir aussi

Référence

RepositoryListCollection classe

RepositoryListCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms