'宣言 Public ReadOnly Property Exceptions As Infragistics.Collections.ObservableCollectionExtended(Of ProjectCalendarException)
public Infragistics.Collections.ObservableCollectionExtended<ProjectCalendarException> Exceptions {get;}
注: ProjectCalendar 情報を提供するデータ項目としてカスタム オブジェクトを使用し、Exceptions にマップされる基本プロパティが文字列プロパティの場合、データ項目のマップされたプロパティの値を初期化するために使用可能な ObservableCollectionExtended<ProjectCalendarException> の XML 表現を取得するために ProjectCalendarException.CollectionToXml メソッドを使用できます。これは Exceptions 情報の必要な形式です。