共用方式為


SyncList<TListType>.InsertItem 方法

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

此成員會覆寫 Collection<T>.InsertItem(Int32, T)

命名空間:  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
)

參數

請參閱

參考

SyncList<TListType> 類別

Microsoft.Reporting.WebForms 命名空間