AppointmentStore.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:
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)
Parametri
- appointment
- Appointment
Appuntamento da aggiungere.
Restituisce
Al termine di questo metodo, restituisce un oggetto String che rappresenta il RoamingId dell'appuntamento. 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
|