Condividi tramite


AppointmentStore.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);
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

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

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

Si applica a