次の方法で共有


SyncList<TListType>.RemoveItem メソッド

この API は、.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
    削除する要素の 0 から始まるインデックス。

参照

関連項目

SyncList<TListType> クラス

Microsoft.Reporting.WinForms 名前空間