TableLayoutStyleCollection.IList.IndexOf(Object) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
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.