DesignerRegionCollection.IList.Add(Object) Método
Definição
Para obter uma descrição desse membro, confira Add(Object).For a description of this member, see Add(Object).
virtual int System.Collections.IList.Add(System::Object ^ o) = System::Collections::IList::Add;
int IList.Add (object o);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (o As Object) As Integer Implements IList.Add
Parâmetros
- o
- Object
O item a ser adicionado à coleção.The item to add to the collection.
Retornos
O índice no qual o item foi adicionado à coleção.The index at which the item was added to 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 DesignerRegionCollection é convertida em uma interface de IList.It can be used only when the DesignerRegionCollection instance is cast to an IList interface.