Condividi tramite


AppointmentManagerForUser.ShowEditNewAppointmentAsync(Appointment) Metodo

Definizione

Mostra l'interfaccia utente Aggiungi appuntamento del provider Appointments, inclusa l'esperienza di modifica completa, per consentire all'utente di aggiungere un appuntamento.

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)

Parametri

appointment
Appointment

Nuovo appuntamento da aggiungere.

Restituisce

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Operazione asincrona che restituisce una stringa contenente un ID appuntamento al completamento.

Attributi

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a