TableLayoutStyleCollection.IList.Insert(Int32, Object) Metodo

Definizione

Per una descrizione di questo metodo, vedere il metodo 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

Parametri

index
Int32

Indice in base zero nel quale style deve essere inserito.

style
Object

Oggetto Object da inserire in IList.

Implementazioni

Eccezioni

Il parametro style è già assegnato a un altro proprietario. Rimuoverlo prima dalla posizione corrente oppure duplicarlo.

-oppure-

Solo .NET 8 e versioni successive: style non può essere convertito in tipo TableLayoutStyle.

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza TableLayoutStyleCollection a un'interfaccia IList.

Si applica a