AppointmentManagerForUser.RequestStoreAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索允许在设备上搜索或检索约会的 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
|