ListViewGroupCollection.IList.IndexOf(Object) Méthode

Définition

Retourne l'index dans la collection de la valeur spécifiée.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
int IList.IndexOf (object? value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

Paramètres

value
Object

ListViewGroup à rechercher dans la ListViewGroupCollection.

Retours

Index de base zéro de value s'il existe dans la collection ; sinon, -1.

Implémente

S’applique à