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
- value
- Object
Um DesignerAutoFormat para adicionar ao DesignerAutoFormatCollection.A DesignerAutoFormat to add to the DesignerAutoFormatCollection.
Retornos
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.