UserDataAccount.FindAppointmentCalendarsAsync Метод

Определение

Возвращает коллекцию экземпляров AppointmentCalendar , связанных с UserDataAccount.

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))

Возвращаемое значение

Коллекция экземпляров AppointmentCalendar , связанных с UserDataAccount.

Атрибуты

Применяется к