Appointment.Recurrence プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予定が発生するタイミングと頻度を表す オブジェクトを取得または設定します。 繰り返しは AppointmentRecurrence 型です。
public:
property AppointmentRecurrence ^ Recurrence { AppointmentRecurrence ^ get(); void set(AppointmentRecurrence ^ value); };
AppointmentRecurrence Recurrence();
void Recurrence(AppointmentRecurrence value);
public AppointmentRecurrence Recurrence { get; set; }
var appointmentRecurrence = appointment.recurrence;
appointment.recurrence = appointmentRecurrence;
Public Property Recurrence As AppointmentRecurrence
プロパティ値
予定が発生するタイミングと頻度を表す AppointmentRecurrence オブジェクト。
Windows の要件
アプリの機能 |
appointmentsSystem
|