AppointmentStore.FindAppointmentCalendarsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|