バージョン

RootActivity プロパティ

「非バリアンス」の繰り返し予定のすべての回を完全に定義する (日付と開始/終了時刻は除く) Appointment オブジェクトを返します。この Appointment は、繰り返し予定の件名や場所などを定義するテンプレートになります。
シンタックス
'宣言
 
Public ReadOnly Property RootActivity As Activity
public Activity RootActivity {get;}
解説

RootAppointment によって参照される Appointment オブジェクトは、WebScheduleInfo.Appointments コレクションに属します。ルート予定である Appointment オブジェクトの Appointment.Recurrence プロパティは、Recurrence オブジェクトのインスタンスを返しますが、他のタイプの Appointment はすべて null を返します。

注:RecurrenceRootAppointment プロパティに割り当てられた Appointment オブジェクトの Appointment.StartDateTime プロパティまたは Appointment.EndDateTime プロパティを設定すると、例外がスローされます。Recurrence の開始時刻を変更する場合は、Recurrence.OccurrenceStartTime プロパティを設定します。Recurrence の時間を変更する場合は、MaxOccurrences プロパティを設定します。

参照