Condividi tramite


AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType) Metodo

Definizione

Richiede l'oggetto AppointmentStore associato all'applicazione chiamante.

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)

Parametri

options
AppointmentStoreAccessType

Valore AppointmentStoreAccessType che indica il livello di accesso all'archivio appuntamenti restituito.

Restituisce

Operazione asincrona che restituisce un appuntamentoStore al termine del completamento.

Attributi

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a