AppointmentCalendar.FindUnexpandedAppointmentsAsync メソッド

定義

オーバーロード

FindUnexpandedAppointmentsAsync()

指定した条件を満たす予定の一覧を非同期的に取得します。

FindUnexpandedAppointmentsAsync(FindAppointmentsOptions)

指定した条件を満たす予定の一覧を非同期的に取得します。

FindUnexpandedAppointmentsAsync()

指定した条件を満たす予定の一覧を非同期的に取得します。

public:
 virtual IAsyncOperation<IVectorView<Appointment ^> ^> ^ FindUnexpandedAppointmentsAsync() = FindUnexpandedAppointmentsAsync;
/// [Windows.Foundation.Metadata.Overload("FindUnexpandedAppointmentsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<Appointment>> FindUnexpandedAppointmentsAsync();
[Windows.Foundation.Metadata.Overload("FindUnexpandedAppointmentsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<Appointment>> FindUnexpandedAppointmentsAsync();
function findUnexpandedAppointmentsAsync()
Public Function FindUnexpandedAppointmentsAsync () As IAsyncOperation(Of IReadOnlyList(Of Appointment))

戻り値

正常に完了した場合に IVectorView を返す非同期操作。

属性

Windows の要件

アプリの機能
appointmentsSystem

こちらもご覧ください

適用対象

FindUnexpandedAppointmentsAsync(FindAppointmentsOptions)

指定した条件を満たす予定の一覧を非同期的に取得します。

public:
 virtual IAsyncOperation<IVectorView<Appointment ^> ^> ^ FindUnexpandedAppointmentsAsync(FindAppointmentsOptions ^ options) = FindUnexpandedAppointmentsAsync;
/// [Windows.Foundation.Metadata.Overload("FindUnexpandedAppointmentsAsyncWithOptions")]
IAsyncOperation<IVectorView<Appointment>> FindUnexpandedAppointmentsAsync(FindAppointmentsOptions const& options);
[Windows.Foundation.Metadata.Overload("FindUnexpandedAppointmentsAsyncWithOptions")]
public IAsyncOperation<IReadOnlyList<Appointment>> FindUnexpandedAppointmentsAsync(FindAppointmentsOptions options);
function findUnexpandedAppointmentsAsync(options)
Public Function FindUnexpandedAppointmentsAsync (options As FindAppointmentsOptions) As IAsyncOperation(Of IReadOnlyList(Of Appointment))

パラメーター

options
FindAppointmentsOptions

この操作の他のオプションを指定するために使用される FindAppointmentsOptions オブジェクト。

戻り値

正常に完了した場合に IVectorView を返す非同期操作。

属性

Windows の要件

アプリの機能
appointmentsSystem

こちらもご覧ください

適用対象