AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
请求与调用应用程序关联的 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
|