Scheduler for WPF
ReminderCollection クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : ReminderCollection クラス
The ReminderCollection is a collection of all Reminder objects that represents the reminders for all pending items.
オブジェクト モデル
ReminderCollection クラス
シンタックス
'宣言
 
Public Class ReminderCollection 
   Inherits C1.Schedule.C1ObservableCollection(Of Reminder)
public class ReminderCollection : C1.Schedule.C1ObservableCollection<Reminder> 
解説
Use the C1ScheduleStorage.Reminders property to get a reference to the Reminders collection. Reminders are created programmatically when a new Appointment object is created with a reminder. For example, a reminder is created when an Appointment object is created and the ReminderSet property is set to true.
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.Schedule.C1ObservableCollection<T>
         C1.Schedule.ReminderCollection

参照

ReminderCollection メンバ
C1.Schedule 名前空間