バージョン

Insert(Int32,GalleryToolItemGroup) メソッド

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

パラメータ

index
GalleryToolItemGroup を挿入するインデックス。
group
挿入される GalleryToolItemGroup
例外
例外解説
System.ArgumentNullExceptiongroup が null です。
System.ObjectDisposedExceptiongroup が廃棄されました。
System.InvalidOperationExceptiongroup はすでに別の GalleryToolItemGroupCollection に属しています。
System.ArgumentExceptiongroup のキーは null または空です。
System.ArgumentExceptiongroup の同じキーを持つグループはコレクションにすでに存在しています。
System.ArgumentOutOfRangeExceptionindex はゼロ未満か Count よりも大きいです。
参照