Scheduler for WPF
IntervalAppointmentCollection クラス
メンバ 

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 : IntervalAppointmentCollection クラス
The IntervalAppointmentCollection class is a System.Collections.ObjectModel.ReadOnlyObservableCollection`1 collection of IntervalAppointment objects belonging to a certain VisualInterval object.
オブジェクト モデル
IntervalAppointmentCollection クラス
シンタックス
'宣言
 
Public Class IntervalAppointmentCollection 
   Inherits System.Collections.ObjectModel.ReadOnlyObservableCollection(Of IntervalAppointment)
public class IntervalAppointmentCollection : System.Collections.ObjectModel.ReadOnlyObservableCollection<IntervalAppointment> 
継承階層

System.Object
   System.Collections.ObjectModel.ReadOnlyCollection<T>
      System.Collections.ObjectModel.ReadOnlyObservableCollection<T>
         C1.WPF.Schedule.IntervalAppointmentCollection

参照

IntervalAppointmentCollection メンバ
C1.WPF.Schedule 名前空間