Partager via


GlobalTypeCollection.IList.Insert, méthode

Insère un objet dans la collection à la position spécifiée.

Espace de noms :  Microsoft.VisualStudio.Shell.Design
Assembly :  Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)

Syntaxe

'Déclaration
Private Sub Insert ( _
    index As Integer, _
    item As Object _
) Implements IList.Insert
void IList.Insert(
    int index,
    Object item
)

Paramètres

  • index
    Type : System.Int32
    Position à laquelle l'élément doit être inséré.

Implémentations

IList.Insert(Int32, Object)

Sécurité .NET Framework

Voir aussi

Référence

GlobalTypeCollection Classe

Microsoft.VisualStudio.Shell.Design, espace de noms