Partager via


AppointmentManagerForUser.RequestStoreAsync Méthode

Définition

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

S’applique à