バージョン

Insert(Int32,GalleryToolItem) メソッド

指定されたインデックスにあるコレクションに GalleryToolItem オブジェクトを挿入します。
シンタックス
'宣言
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal item As GalleryToolItem _
) 
public void Insert( 
   int index,
   GalleryToolItem item
)

パラメータ

index
GalleryToolItem を挿入するインデックス。
item
挿入される GalleryToolItem
例外
例外解説
System.ArgumentNullExceptionitem が null です。
System.ObjectDisposedExceptionitem が廃棄されました。
System.InvalidOperationExceptionitem はすでに別の GalleryToolItemCollection に属しています。
System.ArgumentExceptionitem のキーは null または空です。
System.ArgumentExceptionitem の同じキーを持つ項目はコレクションにすでに存在しています。
System.ArgumentOutOfRangeExceptionindex はゼロ未満か Count よりも大きいです。
参照