Поделиться через


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

Применяется к