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
|