Condividi tramite


AppointmentManagerForUser.RequestStoreAsync Metodo

Definizione

Recupera un oggetto AppointmentStore che consente di cercare o recuperare appuntamenti nel dispositivo.

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)

Parametri

options
AppointmentStoreAccessType

Specifica il tipo di accesso in lettura/scrittura richiesto.

Restituisce

Operazione asincrona che restituisce un oggetto AppointmentStore al termine del completamento.

Attributi

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a