Partager via


AppointmentCalendar.FindUnexpandedAppointmentsAsync Méthode

Définition

Surcharges

FindUnexpandedAppointmentsAsync()

Récupère de façon asynchrone une liste de rendez-vous qui répondent aux critères spécifiés.

FindUnexpandedAppointmentsAsync(FindAppointmentsOptions)

Récupère de façon asynchrone une liste de rendez-vous qui répondent aux critères spécifiés.

FindUnexpandedAppointmentsAsync()

Récupère de façon asynchrone une liste de rendez-vous qui répondent aux critères spécifiés.

public:
 virtual IAsyncOperation<IVectorView<Appointment ^> ^> ^ FindUnexpandedAppointmentsAsync() = FindUnexpandedAppointmentsAsync;
/// [Windows.Foundation.Metadata.Overload("FindUnexpandedAppointmentsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<Appointment>> FindUnexpandedAppointmentsAsync();
[Windows.Foundation.Metadata.Overload("FindUnexpandedAppointmentsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<Appointment>> FindUnexpandedAppointmentsAsync();
function findUnexpandedAppointmentsAsync()
Public Function FindUnexpandedAppointmentsAsync () As IAsyncOperation(Of IReadOnlyList(Of Appointment))

Retours

Opération asynchrone qui retourne IVectorView en cas d’achèvement réussi.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

Voir aussi

S’applique à

FindUnexpandedAppointmentsAsync(FindAppointmentsOptions)

Récupère de façon asynchrone une liste de rendez-vous qui répondent aux critères spécifiés.

public:
 virtual IAsyncOperation<IVectorView<Appointment ^> ^> ^ FindUnexpandedAppointmentsAsync(FindAppointmentsOptions ^ options) = FindUnexpandedAppointmentsAsync;
/// [Windows.Foundation.Metadata.Overload("FindUnexpandedAppointmentsAsyncWithOptions")]
IAsyncOperation<IVectorView<Appointment>> FindUnexpandedAppointmentsAsync(FindAppointmentsOptions const& options);
[Windows.Foundation.Metadata.Overload("FindUnexpandedAppointmentsAsyncWithOptions")]
public IAsyncOperation<IReadOnlyList<Appointment>> FindUnexpandedAppointmentsAsync(FindAppointmentsOptions options);
function findUnexpandedAppointmentsAsync(options)
Public Function FindUnexpandedAppointmentsAsync (options As FindAppointmentsOptions) As IAsyncOperation(Of IReadOnlyList(Of Appointment))

Paramètres

options
FindAppointmentsOptions

Objet FindAppointmentsOptions utilisé pour spécifier d’autres options pour cette opération.

Retours

Opération asynchrone qui retourne IVectorView en cas d’achèvement réussi.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

Voir aussi

S’applique à