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

추가 정보

적용 대상