AppointmentManager.RequestStoreAsync(AppointmentStoreAccessType) メソッド

定義

呼び出し元のアプリケーションに関連付けられている 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

適用対象