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

Definição

Para obter uma descrição desse método, consulte o 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);
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 baseado em zero no qual style deve ser inserido.

style
Object

A Object inserção IListno .

Implementações

Exceções

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

-ou-

.NET 8 e posterior somente: style não pode ser convertido para o tipo TableLayoutStyle.

Comentários

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

Aplica-se a