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

适用于