TemplateGroupCollection.IList.IndexOf(Object) Método
Definição
Para obter uma descrição desse membro, confira IndexOf(Object).For a description of this member, see IndexOf(Object).
virtual int System.Collections.IList.IndexOf(System::Object ^ o) = System::Collections::IList::IndexOf;
int IList.IndexOf (object o);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (o As Object) As Integer Implements IList.IndexOf
Parâmetros
- o
- Object
O TemplateGroup a ser localizado na coleção.The TemplateGroup to locate within the collection.
Retornos
O índice de base zero da primeira ocorrência de o dentro da coleção; caso contrário, -1 se o não estiver na coleção.The zero-based index of the first occurrence of o within the collection; otherwise, -1, if o is not in the collection.
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 TemplateGroupCollection é convertida em uma interface de IList.It can be used only when the TemplateGroupCollection instance is cast to an IList interface.