Partager via


GlobalTypeCollection.Insert, méthode

Insère un élément dans la liste sous-jacente à 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
Public Sub Insert ( _
    index As Integer, _
    item As GlobalType _
)
public void Insert(
    int index,
    GlobalType item
)

Paramètres

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

Sécurité .NET Framework

Voir aussi

Référence

GlobalTypeCollection Classe

Microsoft.VisualStudio.Shell.Design, espace de noms