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

Definição

Para obter uma descrição desse método, veja o método Insert(Int32, Object).

 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

O índice de base zero no qual o style deve ser inserido.

style
Object

O Object a ser inserido no IList.

Implementações

Exceções

style já está atribuído a outro proprietário. Primeiro, você deve removê-lo do seu local atual ou cloná-lo.

-ou-

Somente .NET 8 e posterior: style não pode ser convertido no tipo TableLayoutStyle.

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de TableLayoutStyleCollection é convertida em uma interface de IList.

Aplica-se a