LinkLabel.LinkCollection.IList.IndexOf(Object) Metoda

Definice

Popis tohoto člena najdete v tématu IndexOf(Object).

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

Parametry

link
Object

Umístění Object v souboru IList.

Návraty

Int32

Index parametru link , pokud je v seznamu nalezen, jinak -1.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho LinkLabel.LinkCollection použít pouze v případě, že je instance přetypována do IList rozhraní.

Platí pro