Freigeben über


UserDataAccount.FindAppointmentCalendarsAsync Methode

Definition

Gibt eine Auflistung von AppointmentCalendar-Instanzen zurück, die dem UserDataAccount zugeordnet sind.

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

Gibt zurück

Eine Auflistung von AppointmentCalendar-Instanzen , die dem UserDataAccount zugeordnet sind.

Attribute

Gilt für: