TableLayoutStyleCollection.IList.IndexOf(Object) Método

Definição

Para uma descrição deste método, veja 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.

Devoluções

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

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a TableLayoutStyleCollection instância é transmitida para uma IList interface.

Aplica-se a