Partager via


GlobalTypeCollection.IList.Item, propriété

Obtient ou définit l'élément à la position spécifiée dans la collection.

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

Syntaxe

'Déclaration
Private Property Item ( _
    index As Integer _
) As Object Implements IList.Item
Object IList.this[
    int index
] { get; set; }

Paramètres

Valeur de propriété

Type : System.Object
L'élément à la position spécifiée.

Implémentations

IList.Item[Int32]

Sécurité .NET Framework

Voir aussi

Référence

GlobalTypeCollection Classe

Microsoft.VisualStudio.Shell.Design, espace de noms