DesignerAutoFormatCollection.IList.Insert(Int32, Object) Método
Definição
Insere um item na coleção no índice especificado quando o objeto DesignerAutoFormatCollection é convertido para uma interface IList.Inserts an item into the collection at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface.
virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert
Parâmetros
- index
- Int32
O índice no qual inserir value.The index at which to insert value.
- value
- Object
Um DesignerAutoFormat a ser inserido.A DesignerAutoFormat to insert.
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 DesignerAutoFormatCollection é convertida em uma interface de IList.It can be used only when the DesignerAutoFormatCollection instance is cast to an IList interface.