AppointmentManagerForUser.RequestStoreAsync 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 un objet AppointmentStore qui permet de rechercher ou de récupérer des rendez-vous sur l’appareil.
public:
virtual IAsyncOperation<AppointmentStore ^> ^ RequestStoreAsync(AppointmentStoreAccessType options) = RequestStoreAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppointmentStore> RequestStoreAsync(AppointmentStoreAccessType const& options);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppointmentStore> RequestStoreAsync(AppointmentStoreAccessType options);
function requestStoreAsync(options)
Public Function RequestStoreAsync (options As AppointmentStoreAccessType) As IAsyncOperation(Of AppointmentStore)
Paramètres
- options
- AppointmentStoreAccessType
Spécifie le type d’accès en lecture/écriture demandé.
Retours
Opération asynchrone qui retourne un objet AppointmentStore en cas de réussite.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|