AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType) 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.
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
|