バージョン

GalleryItemCollection クラス

GalleryItem インスタンスの監視可能なコレクション。
シンタックス
'宣言
 
Public Class GalleryItemCollection 
   Inherits Infragistics.Collections.ObservableCollectionExtended(Of GalleryItem)
public class GalleryItemCollection : Infragistics.Collections.ObservableCollectionExtended<GalleryItem> 
解説

注: コレクションに追加されるあらゆる GalleryItem は、その Key プロパティで一意の値を設定する必要があります。その Key プロパティ値がコレクション内の既存の GalleryItemKey プロパティの値と競合する GalleryItem への追加が試みられる場合、例外がスローされます。

参照