共用方式為


SyncList<TListType>.RemoveItem 方法

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

移除指定索引中的項目。

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

'宣告
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
protected override void RemoveItem(
    int index
)
protected:
virtual void RemoveItem(
    int index
) override
abstract RemoveItem : 
        index:int -> unit 
override RemoveItem : 
        index:int -> unit 
protected override function RemoveItem(
    index : int
)

參數

  • index
    類型:Int32
    移除項目中以零為起始的索引。

請參閱

參考

SyncList<TListType> 類別

Microsoft.Reporting.WinForms 命名空間