Idioma

TableLayoutStyleCollection.IList.IndexOf(Object) Método

Definição

Para obter uma descrição desse método, consulte o IndexOf(Object) método.

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

Parâmetros

style
Object

O Object para localizar no IList.

Retornos

O índice de style se encontrado na lista; caso contrário, -1.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a TableLayoutStyleCollection instância é convertida em uma IList interface.

Aplica-se a