GlobalObjectCollection.Insert, méthode

Insère un nouvel élément dans la collection à l'index donné.

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

Syntaxe

'Déclaration
Public Sub Insert ( _
    index As Integer, _
    item As GlobalObject _
)
public void Insert(
    int index,
    GlobalObject item
)

Paramètres

  • index
    Type : System.Int32
    Position dans la collection dans lequel l'élément doit être inséré.

Sécurité .NET Framework

Voir aussi

Référence

GlobalObjectCollection Classe

Microsoft.VisualStudio.Shell.Design, espace de noms