AppointmentCalendar.DisplayName プロパティ

定義

AppointmentCalendar の表示名を表す文字列を取得します。

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DisplayName();

void DisplayName(winrt::hstring value);
public string DisplayName { get; set; }
var string = appointmentCalendar.displayName;
appointmentCalendar.displayName = string;
Public Property DisplayName As String

プロパティ値

String

Platform::String

winrt::hstring

AppointmentCalendar の表示名を表す文字列。

Windows の要件

アプリの機能
appointmentsSystem

適用対象