DataViewManager.IList.IndexOf(Object) Método
Definição
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
Retornos
O índice de value se encontrado na lista; caso contrário, -1.The index of value if found in the list; otherwise, -1.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de DataViewManager é convertida em uma interface de IList.It can be used only when the DataViewManager instance is cast to an IList interface.