Compartir a través de


AppointmentCalendar.FindUnexpandedAppointmentsAsync Método

Definición

Sobrecargas

FindUnexpandedAppointmentsAsync()

Recupera de forma asincrónica una lista de citas que cumplen los criterios especificados.

FindUnexpandedAppointmentsAsync(FindAppointmentsOptions)

Recupera de forma asincrónica una lista de citas que cumplen los criterios especificados.

FindUnexpandedAppointmentsAsync()

Recupera de forma asincrónica una lista de citas que cumplen los criterios especificados.

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

Devoluciones

Una operación asincrónica que devuelve IVectorView al completarse correctamente.

Atributos

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Consulte también

Se aplica a

FindUnexpandedAppointmentsAsync(FindAppointmentsOptions)

Recupera de forma asincrónica una lista de citas que cumplen los criterios especificados.

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

Parámetros

options
FindAppointmentsOptions

Objeto FindAppointmentsOptions que se usa para especificar más opciones para esta operación.

Devoluciones

Una operación asincrónica que devuelve IVectorView al completarse correctamente.

Atributos

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Consulte también

Se aplica a