AppointmentStore.GetAppointmentCalendarAsync(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
|