TableRowCollection.IList.IndexOf(Object) Método

Definição

Para obter uma descrição deste membro, consulte IndexOf(Object).

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

Parâmetros

value
Object

O Object para localizar no TableRowCollection.

Retornos

O índice de value 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 TableRowCollection instância é convertida em uma IList interface. Em vez disso, use o método de IndexOf com segurança de tipo.

Aplica-se a