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

适用于