AppointmentStore.FindAppointmentCalendarsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FindAppointmentCalendarsAsync() |
予定ストア内のすべての予定予定表の一覧を取得します。 |
FindAppointmentCalendarsAsync(FindAppointmentCalendarsOptions) |
指定された FindAppointmentCalendarsOptions オブジェクトで指定された条件を満たす予定ストア内の予定予定表の一覧を取得します。 |
FindAppointmentCalendarsAsync()
予定ストア内のすべての予定予定表の一覧を取得します。
public:
virtual IAsyncOperation<IVectorView<AppointmentCalendar ^> ^> ^ FindAppointmentCalendarsAsync() = FindAppointmentCalendarsAsync;
/// [Windows.Foundation.Metadata.Overload("FindAppointmentCalendarsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<AppointmentCalendar>> FindAppointmentCalendarsAsync();
[Windows.Foundation.Metadata.Overload("FindAppointmentCalendarsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<AppointmentCalendar>> FindAppointmentCalendarsAsync();
function findAppointmentCalendarsAsync()
Public Function FindAppointmentCalendarsAsync () As IAsyncOperation(Of IReadOnlyList(Of AppointmentCalendar))
戻り値
正常に完了したときに IVectorView を返す非同期操作。
- 属性
Windows の要件
アプリの機能 |
appointmentsSystem
|
こちらもご覧ください
適用対象
FindAppointmentCalendarsAsync(FindAppointmentCalendarsOptions)
指定された FindAppointmentCalendarsOptions オブジェクトで指定された条件を満たす予定ストア内の予定予定表の一覧を取得します。
public:
virtual IAsyncOperation<IVectorView<AppointmentCalendar ^> ^> ^ FindAppointmentCalendarsAsync(FindAppointmentCalendarsOptions options) = FindAppointmentCalendarsAsync;
/// [Windows.Foundation.Metadata.Overload("FindAppointmentCalendarsAsyncWithOptions")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<AppointmentCalendar>> FindAppointmentCalendarsAsync(FindAppointmentCalendarsOptions const& options);
[Windows.Foundation.Metadata.Overload("FindAppointmentCalendarsAsyncWithOptions")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<AppointmentCalendar>> FindAppointmentCalendarsAsync(FindAppointmentCalendarsOptions options);
function findAppointmentCalendarsAsync(options)
Public Function FindAppointmentCalendarsAsync (options As FindAppointmentCalendarsOptions) As IAsyncOperation(Of IReadOnlyList(Of AppointmentCalendar))
パラメーター
- options
- FindAppointmentCalendarsOptions
返される予定カレンダーを決定する条件を指定する オブジェクト。
戻り値
正常に完了したときに IVectorView を返す非同期操作。
- 属性
Windows の要件
アプリの機能 |
appointmentsSystem
|