Поделиться через


AppointmentStore.FindAppointmentCalendarsAsync Метод

Определение

Перегрузки

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

См. также раздел

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