Condividi tramite


AppointmentCalendar.DisplayName Proprietà

Definizione

Ottiene una stringa che rappresenta il nome visualizzato per 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

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa che rappresenta il nome visualizzato per AppointmentCalendar.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a