Freigeben über


AppointmentManagerForUser.RequestStoreAsync Methode

Definition

Ruft ein AppointmentStore-Objekt ab, das das Suchen oder Abrufen von Terminen auf dem Gerät ermöglicht.

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)

Parameter

options
AppointmentStoreAccessType

Gibt den Typ des angeforderten Lese-/Schreibzugriffs an.

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreicher Fertigstellung ein AppointmentStore-Objekt zurückgibt.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: