TableLayoutStyleCollection.IList.Insert(Int32, Object) Metoda

Definice

Popis této metody najdete v Insert(Int32, Object) metodě.

 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

Parametry

index
Int32

Index založený na nule, do kterého se má položka style vložit

style
Object

Vloží Object se do .IList

Implementuje

Výjimky

style už je přiřazený jinému vlastníkovi. Nejprve ho musíte odebrat z aktuálního umístění nebo ho naklonovat.

-nebo-

Pouze .NET 8 a novější: style Nelze převést na typ TableLayoutStyle.

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v TableLayoutStyleCollection případě, že je instance přetypovaná na IList rozhraní.

Platí pro