Condividi tramite


AppointmentManager.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:
 static IAsyncOperation<Platform::String ^> ^ ShowEditNewAppointmentAsync(Appointment ^ appointment);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
function showEditNewAppointmentAsync(appointment)
Public Shared Function ShowEditNewAppointmentAsync (appointment As Appointment) As IAsyncOperation(Of String)

Parametri

appointment
Appointment

Appuntamento da aggiungere.

Restituisce

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Operazione asincrona che restituisce una stringa contenente un ID appuntamento al completamento. Se l'identificatore dell'appuntamento restituito è una stringa vuota, l'appuntamento non è stato aggiunto all'app provider Appointments.

Attributi

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a