'宣言 Public Sub AddRange( _ ByVal items() As GalleryToolItem _ )
public void AddRange( GalleryToolItem[] items )
例外 | 解説 |
---|---|
System.ArgumentNullException | items が null です。 |
System.ArgumentNullException | items 内の項目は null です。 |
System.ObjectDisposedException | items 内の GalleryToolItem インスタンスは破棄されています。 |
System.InvalidOperationException | items 内の GalleryToolItem インスタンスはすでに別の GalleryToolItemCollection に属しています。 |
System.ArgumentException | items 内の GalleryToolItem インスタンスは null または空のキーを持っています。 |
System.ArgumentException | items 内の GalleryToolItem インスタンスは、コレクションにすでに存在しているキーを持ちます。 |