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
|