バージョン

AddRange メソッド (GalleryToolItemCollection)

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

パラメータ

items
例外
例外解説
System.ArgumentNullExceptionitems が null です。
System.ArgumentNullExceptionitems 内の項目は null です。
System.ObjectDisposedExceptionitems 内の GalleryToolItem インスタンスは破棄されています。
System.InvalidOperationExceptionitems 内の GalleryToolItem インスタンスはすでに別の GalleryToolItemCollection に属しています。
System.ArgumentExceptionitems 内の GalleryToolItem インスタンスは null または空のキーを持っています。
System.ArgumentExceptionitems 内の GalleryToolItem インスタンスは、コレクションにすでに存在しているキーを持ちます。
参照