Scheduler for WinForms
DateAppointmentsCollection クラス
メンバ 

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule.Printing 名前空間 : DateAppointmentsCollection クラス
DateAppointmentsCollectionクラスは、C1PrintDocument ドキュメントのデータソースとして利用可能な System.Collections.ObjectModel.KeyedCollection`2コレクションを表します。
オブジェクト モデル
DateAppointmentsCollection クラス
シンタックス
'宣言
 
Public Class DateAppointmentsCollection 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of Date,DateAppointments)
public class DateAppointmentsCollection : System.Collections.ObjectModel.KeyedCollection<DateTime,DateAppointments> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.Printing.DateAppointmentsCollection

参照

DateAppointmentsCollection メンバ
C1.C1Schedule.Printing 名前空間