AppointmentCalendar.SummaryCardView プロパティ

定義

予定表の予定の概要カードの表示方法を取得または設定します。

public:
 property AppointmentSummaryCardView SummaryCardView { AppointmentSummaryCardView get(); void set(AppointmentSummaryCardView value); };
AppointmentSummaryCardView SummaryCardView();

void SummaryCardView(AppointmentSummaryCardView value);
public AppointmentSummaryCardView SummaryCardView { get; set; }
var appointmentSummaryCardView = appointmentCalendar.summaryCardView;
appointmentCalendar.summaryCardView = appointmentSummaryCardView;
Public Property SummaryCardView As AppointmentSummaryCardView

プロパティ値

予定表の予定のサマリー カードの表示方法を示す AppointmentSummaryCardView 値。

Windows の要件

アプリの機能
appointmentsSystem

適用対象