TableLayoutStyleCollection.IList.Insert(Int32, Object) Método

Definición

Para obtener una descripción de este método, consulte el Insert(Int32, Object) método .

 virtual void System.Collections.IList.Insert(int index, System::Object ^ style) = System::Collections::IList::Insert;
void IList.Insert(int index, object style);
void IList.Insert(int index, object? style);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, style As Object) Implements IList.Insert

Parámetros

index
Int32

Índice de base cero en el que style se debe insertar.

style
Object

que Object se va a insertar en .IList

Implementaciones

Excepciones

style ya está asignado a otro propietario. Primero debe quitarlo de su ubicación actual o clonarlo.

O bien

.NET solo 8 y versiones posteriores: style no se puede convertir al tipo TableLayoutStyle.

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la TableLayoutStyleCollection instancia se convierte en una IList interfaz.

Se aplica a