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
|