DataViewManager.IList.IndexOf(Object) Metoda

Definice

Určuje index konkrétní položky v objektu IList.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
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

K Object vyhledání v IList.

Návraty

Index , value pokud je v seznamu nalezen, jinak hodnota -1.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že DataViewManager je instance přetypovaná na IList rozhraní.

Platí pro