Appointment.Recurrence プロパティ

定義

予定が発生するタイミングと頻度を表す オブジェクトを取得または設定します。 繰り返しは 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

適用対象