AppointmentStore.ShowEditNewAppointmentAsync(Appointment) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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);
IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
public IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
function showEditNewAppointmentAsync(appointment)
Public Function ShowEditNewAppointmentAsync (appointment As Appointment) As IAsyncOperation(Of String)
Parámetros
- appointment
- Appointment
Cita que se va a agregar.
Devoluciones
Cuando se completa este método, devuelve un objeto String que representa el RoamingId de la cita. Si el identificador de cita devuelto es una cadena vacía, la cita no se agregó a la aplicación proveedor de citas.
- Atributos
Requisitos de Windows
Características de aplicaciones |
appointmentsSystem
|