AppointmentStore.FindAppointmentCalendarsAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
|