AppointmentManagerForUser.RequestStoreAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
|