'宣言 Public Class GalleryItemCollection Inherits Infragistics.Collections.ObservableCollectionExtended(Of GalleryItem)
public class GalleryItemCollection : Infragistics.Collections.ObservableCollectionExtended<GalleryItem>
注: コレクションに追加されるあらゆる GalleryItem は、その Key プロパティで一意の値を設定する必要があります。その Key プロパティ値がコレクション内の既存の GalleryItem の Key プロパティの値と競合する GalleryItem への追加が試みられる場合、例外がスローされます。