Partager via


GlobalTypeCollection.IList.Add, méthode

Ajoute un élément à la collection.

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

Syntaxe

'Déclaration
Private Function Add ( _
    item As Object _
) As Integer Implements IList.Add
int IList.Add(
    Object item
)

Paramètres

  • item
    Type : System.Object
    Élément à ajouter à la collection.

Valeur de retour

Type : System.Int32
Position à laquelle l'élément a été ajouté.

Implémentations

IList.Add(Object)

Sécurité .NET Framework

Voir aussi

Référence

GlobalTypeCollection Classe

Microsoft.VisualStudio.Shell.Design, espace de noms