Compartir vía


ToolStripPanel.ToolStripPanelRowCollection.IList.Insert(Int32, Object) Método

Definición

Para obtener una descripción de este miembro, vea 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);
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

Parámetros

index
Int32

Índice basado en cero en el que debe insertarse value.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ToolStripPanel.ToolStripPanelRowCollection se convierte en una interfaz IList.

Se aplica a