GlobalTypeCollection.IList.IndexOf, méthode
Obtient la position d'un élément 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 Function IndexOf ( _
item As Object _
) As Integer Implements IList.IndexOf
int IList.IndexOf(
Object item
)
Paramètres
- item
Type : System.Object
L'élément à le rechercher.
Valeur de retour
Type : System.Int32
La position de l'élément, ou -1 s'il était introuvable.
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.