Compartir a través de


AppointmentManagerForUser.ShowEditNewAppointmentAsync(Appointment) Método

Definición

Muestra la interfaz de usuario Agregar cita del proveedor de citas, incluida la experiencia de edición completa, para permitir que el usuario agregue una cita.

public:
 virtual IAsyncOperation<Platform::String ^> ^ ShowEditNewAppointmentAsync(Appointment ^ appointment) = ShowEditNewAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
function showEditNewAppointmentAsync(appointment)
Public Function ShowEditNewAppointmentAsync (appointment As Appointment) As IAsyncOperation(Of String)

Parámetros

appointment
Appointment

Nueva cita que se va a agregar.

Devoluciones

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Una operación asincrónica que devuelve una cadena que contiene un identificador de cita tras la finalización correcta.

Atributos

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Se aplica a