AppointmentStore.GetAppointmentCalendarAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère le AppointmentCalendar avec le LocalId spécifié.
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)
Paramètres
- calendarId
-
String
Platform::String
winrt::hstring
LocalId du AppointmentCalendar à récupérer.
Retours
Opération asynchrone qui retourne un AppointmentCalendar en cas d’achèvement réussi.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|