SyncList<TListType>.InsertItem メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
リスト内の指定されたインデックス位置に要素を挿入します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
'宣言
Protected Overrides Sub InsertItem ( _
index As Integer, _
item As TListType _
)
protected override void InsertItem(
int index,
TListType item
)
protected:
virtual void InsertItem(
int index,
TListType item
) override
abstract InsertItem :
index:int *
item:'TListType -> unit
override InsertItem :
index:int *
item:'TListType -> unit
protected override function InsertItem(
index : int,
item : TListType
)
パラメーター
- index
型 : Int32
item を挿入する位置の、0 から始まるインデックス。
- item
型 : TListType
挿入するオブジェクト。