共用方式為


AppointmentManagerForUser.RequestStoreAsync 方法

定義

擷取 AppointmentStore 物件,該物件可讓您在裝置上搜尋或擷取約會。

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)

參數

options
AppointmentStoreAccessType

指定要求的讀取/寫入存取類型。

傳回

非同步作業,會在成功完成時傳回 AppointmentStore 物件。

屬性

Windows 需求

應用程式功能
appointmentsSystem

適用於