AppointmentManager.ShowEditNewAppointmentAsync(Appointment) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
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
|