Partager via


AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType) Méthode

Définition

Demande l’objet AppointmentStore associé à l’application appelante.

public:
 static IAsyncOperation<AppointmentStore ^> ^ RequestStoreAsync(AppointmentStoreAccessType options);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<AppointmentStore> RequestStoreAsync(AppointmentStoreAccessType const& options);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<AppointmentStore> RequestStoreAsync(AppointmentStoreAccessType options);
function requestStoreAsync(options)
Public Shared Function RequestStoreAsync (options As AppointmentStoreAccessType) As IAsyncOperation(Of AppointmentStore)

Paramètres

options
AppointmentStoreAccessType

Valeur AppointmentStoreAccessType indiquant le niveau d’accès au magasin de rendez-vous retourné.

Retours

Opération asynchrone qui retourne un AppointmentStore en cas de réussite.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à