TriggerActionCollection.IList.IndexOf(Object) Metoda

Definice

Tento člen podporuje infrastrukturu Windows Presentation Foundation (WPF) a není určena k použití přímo z vašeho kódu.

 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

Umístění Object v souboru IList.

Návraty

Int32

Index nalezených value v seznamu, jinak -1.

Implementuje

Platí pro