共用方式為


SyncList<TListType>.RemoveItem 方法 (Int32)

 

發行︰ 2016年4月

此 API 支援 產品 基礎結構,而且不適合直接從程式碼使用。

移除指定索引中的項目。

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

語法

protected override void RemoveItem(
    int index
)
protected:
virtual void RemoveItem(
    int index
) override
override RemoveItem : 
        index:int -> unit
Protected Overrides Sub RemoveItem (
    index As Integer
)

參數

  • index
    Type: System.Int32

    移除項目中以零為起始的索引。

另請參閱

SyncList<TListType> 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首