Udostępnij za pośrednictwem


ListViewGroupCollection.IList.IndexOf(Object) Metoda

Definicja

Zwraca indeks w kolekcji określonej wartości.

 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

Parametry

value
Object

Element ListViewGroup do znalezienia w elemecie ListViewGroupCollection.

Zwraca

Int32

Indeks value oparty na zerze, jeśli znajduje się w kolekcji; w przeciwnym razie wartość -1.

Implementuje

Dotyczy