SyncList<TListType>.InsertItem 方法
此 API 支持 基础结构,但不能通过代码直接使用。
将元素插入列表的指定索引处。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Protected Overrides Sub InsertItem ( _
index As Integer, _
item As TListType _
)
用法
Dim index As Integer
Dim item As TListType
Me.InsertItem(index, item)
protected override void InsertItem(
int index,
TListType item
)
protected:
virtual void InsertItem(
int index,
TListType item
) override
abstract InsertItem :
index:int *
item:'TListType -> unit
override InsertItem :
index:int *
item:'TListType -> unit
protected override function InsertItem(
index : int,
item : TListType
)
参数
- index
类型:System.Int32
应插入 item 的从零开始的索引。
- item
类型:TListType
要插入的对象。