다음을 통해 공유


UserDataAccount.FindAppointmentCalendarsAsync 메서드

정의

UserDataAccount와 연결된 AppointmentCalendar 인스턴스의 컬렉션을 반환합니다.

public:
 virtual IAsyncOperation<IVectorView<AppointmentCalendar ^> ^> ^ FindAppointmentCalendarsAsync() = FindAppointmentCalendarsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<AppointmentCalendar>> FindAppointmentCalendarsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<AppointmentCalendar>> FindAppointmentCalendarsAsync();
function findAppointmentCalendarsAsync()
Public Function FindAppointmentCalendarsAsync () As IAsyncOperation(Of IReadOnlyList(Of AppointmentCalendar))

반환

UserDataAccount와 연결된 AppointmentCalendar 인스턴스의 컬렉션입니다.

특성

적용 대상