TableLayoutStyleCollection.IList.Insert(Int32, Object) 方法

定义

有关此方法的说明,请参见 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

参数

index
Int32

应插入 style 的从零开始的索引。

style
Object

要插入到 IListObject

实现

例外

style 已经分配给另外一个所有者。 必须首先将其从当前位置移除或将其克隆。

-或-

仅限 .NET 8 及更高版本: style 无法转换为类型 TableLayoutStyle

注解

此成员是显式接口成员的实现。 它只能在 TableLayoutStyleCollection 实例被强制转换为 IList 接口时使用。

适用于