ToolStripPanel.ToolStripPanelRowCollection.IList.Insert(Int32, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Para obter uma descrição deste membro, consulte Insert(Int32, Object).
virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert(int index, object value);
void IList.Insert(int index, object? value);
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 baseado em zero no qual value deve ser inserido.
- value
- Object
A ToolStripPanelRow inserção ToolStripPanel.ToolStripPanelRowCollectionno .
Implementações
Comentários
Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a ToolStripPanel.ToolStripPanelRowCollection instância é convertida em uma IList interface.