Partager via


AppointmentStore.FindAppointmentCalendarsAsync Méthode

Définition

Surcharges

FindAppointmentCalendarsAsync()

Récupère une liste de tous les calendriers de rendez-vous dans le magasin de rendez-vous.

FindAppointmentCalendarsAsync(FindAppointmentCalendarsOptions)

Récupère une liste de calendriers de rendez-vous dans le magasin de rendez-vous qui répondent aux critères spécifiés par l’objet FindAppointmentCalendarsOptions fourni.

FindAppointmentCalendarsAsync()

Récupère une liste de tous les calendriers de rendez-vous dans le magasin de rendez-vous.

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

Retours

Opération asynchrone qui retourne un IVectorView en cas de réussite.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

Voir aussi

S’applique à

FindAppointmentCalendarsAsync(FindAppointmentCalendarsOptions)

Récupère une liste de calendriers de rendez-vous dans le magasin de rendez-vous qui répondent aux critères spécifiés par l’objet FindAppointmentCalendarsOptions fourni.

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

Paramètres

options
FindAppointmentCalendarsOptions

Objet qui spécifie les critères qui déterminent les calendriers de rendez-vous retournés.

Retours

Opération asynchrone qui retourne un IVectorView en cas de réussite.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

Voir aussi

S’applique à