Freigeben über


AppointmentStore.GetAppointmentCalendarAsync(String) Methode

Definition

Ruft appointmentCalendar mit der angegebenen LocalId ab.

public:
 virtual IAsyncOperation<AppointmentCalendar ^> ^ GetAppointmentCalendarAsync(Platform::String ^ calendarId) = GetAppointmentCalendarAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppointmentCalendar> GetAppointmentCalendarAsync(winrt::hstring const& calendarId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppointmentCalendar> GetAppointmentCalendarAsync(string calendarId);
function getAppointmentCalendarAsync(calendarId)
Public Function GetAppointmentCalendarAsync (calendarId As String) As IAsyncOperation(Of AppointmentCalendar)

Parameter

calendarId
String

Platform::String

winrt::hstring

Die LocalId des abzurufenden AppointmentCalendar.The LocalId of the AppointmentCalendar to be retrieved.

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss einen AppointmentCalendar zurückgibt.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: