共用方式為


AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType) 方法

定義

要求與呼叫應用程式相關聯的 AppointmentStore 物件。

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)

參數

options
AppointmentStoreAccessType

AppointmentStoreAccessType值,指出傳回約會存放區的存取層級。

傳回

在成功完成時傳回 AppointmentStore 的非同步作業。

屬性

Windows 需求

應用程式功能
appointmentsSystem

適用於