Scheduler for WinForms
ParentRecurrence プロパティ (Appointment)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > Appointment クラス : ParentRecurrence プロパティ
この Appointmentオブジェクトの定期パターン基準を定義する Appointmentオブジェクトを取得します。この予定が定期パターンのメンバでないか、それ自体がルートの予定でない場合、null が返されます。
シンタックス
'宣言
 
Public ReadOnly Property ParentRecurrence As Appointment
public Appointment ParentRecurrence {get;}
解説
予定は、定期的( IsRecurringプロパティを参照)である場合、特定のパターンの予定によって開始され定義されたシリーズの1回の発生項目を表します。 ParentRecurrenceプロパティを使用し、現在の予定のパターンを取得します。パターンの予定は、その RecurrenceStateプロパティが RecurrenceStateEnum.Master値に設定されていることで 認識できます。パターンの予定によって定義された定期パターンの情報は、予定の RecurrencePatternプロパティから アクセスできます。
参照

Appointment クラス
Appointment メンバ