次の方法で共有


AppointmentManagerForUser.RequestStoreAsync メソッド

定義

デバイスで予定を検索または取得できるようにする 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

適用対象