次の方法で共有


SyncList<TListType>.RemoveItem メソッド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

このメンバーは Collection<T>.RemoveItem(Int32) をオーバーライドします。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
'使用
Dim index As Integer

Me.RemoveItem(index)
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
)

パラメーター

関連項目

参照

SyncList<TListType> クラス

Microsoft.Reporting.WebForms 名前空間