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
|