Scheduler for WinForms
AppointmentCollection クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : AppointmentCollection クラス
The AppointmentCollection is a collection of all Appointment objects in the C1Schedule component.
オブジェクト モデル
AppointmentCollection クラス
シンタックス
'宣言
 
Public Class AppointmentCollection 
   Inherits C1.Schedule.BaseCollection(Of Appointment)
public class AppointmentCollection : C1.Schedule.BaseCollection<Appointment> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.Schedule.BaseCollection<T>
               C1.Schedule.AppointmentCollection

参照

AppointmentCollection メンバ
C1.Schedule 名前空間