次の方法で共有


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 インスタンスのコレクション。

属性

適用対象