バージョン

AddRange メソッド (GalleryToolItemGroupCollection)

GalleryToolItemGroup オブジェクトのコレクションをコレクションに追加します。
シンタックス
'宣言
 
Public Sub AddRange( _
   ByVal groups() As GalleryToolItemGroup _
) 
public void AddRange( 
   GalleryToolItemGroup[] groups
)

パラメータ

groups
例外
例外解説
System.ArgumentNullExceptiongroups が null です。
System.ArgumentNullExceptiongroups 内のグループは null です。
System.ObjectDisposedExceptiongroups 内の GalleryToolItemGroup インスタンスは破棄されています。
System.InvalidOperationExceptiongroups 内の GalleryToolItemGroup インスタンスはすでに別の GalleryToolItemGroupCollection に属しています。
System.ArgumentExceptiongroups 内の GalleryToolItemGroup インスタンスは null または空のキーを持っています。
System.ArgumentExceptiongroups 内の GalleryToolItemGroup インスタンスは、コレクションにすでに存在しているキーを持ちます。
参照