TableLayoutStyleCollection.IList.Insert(Int32, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关此方法的说明,请参阅该方法 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 的索引。
实现
例外
注解
此成员是显式接口成员实现。 仅当实例强制转换为TableLayoutStyleCollection接口时IList,才能使用它。