TableLayoutStyleCollection.IList.IndexOf(Object) Metoda

Definicja

Aby zapoznać się z opisem tej metody, zobacz metodę IndexOf(Object) .

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

Parametry

style
Object

Element Object do zlokalizowania w obiekcie IList.

Zwraca

Int32

Indeks , jeśli zostanie znaleziony style na liście; w przeciwnym razie -1.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy TableLayoutStyleCollection wystąpienie jest rzutowe do interfejsu IList .

Dotyczy