GlobalObjectCollection.IList.Insert, méthode

Ajoute un élément à 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 item doit être inséré.
  • item
    Type : System.Object
    L'objet à insérer dans la collection.

Implémentations

IList.Insert(Int32, Object)

Sécurité .NET Framework

Voir aussi

Référence

GlobalObjectCollection Classe

Microsoft.VisualStudio.Shell.Design, espace de noms