DesignerAutoFormatCollection.IList.Add(Object) Método

Definição

Adiciona um item à coleção quando o objeto DesignerAutoFormatCollection é convertido para uma interface IList.Adds an item to the collection when the DesignerAutoFormatCollection object is cast to an IList interface.

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

Parâmetros

Retornos

Int32

O índice do item adicionado.The index of the added item.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele pode ser usado somente quando o DesignerAutoFormatCollection objeto é convertido em uma IList interface.It can be used only when the DesignerAutoFormatCollection object is cast to an IList interface.

Aplica-se a

Confira também