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
- index
Type : System.Int32
Index de l'élément.
Valeur de propriété
Type : System.Object
L'élément à la position spécifiée.
Implémentations
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.