RemoveItem メソッド

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

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.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
)

パラメーター