Freigeben über


AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType) Methode

Definition

Fordert das AppointmentStore-Objekt an, das der aufrufenden Anwendung zugeordnet ist.

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)

Parameter

options
AppointmentStoreAccessType

Ein AppointmentStoreAccessType-Wert , der die Zugriffsebene des zurückgegebenen Terminspeichers angibt.

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss einen AppointmentStore zurückgibt.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: