AppointmentStore.ShowAddAppointmentAsync(Appointment, Rect) 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 Appuntamenti per consentire all'utente di aggiungere un appuntamento.
public:
virtual IAsyncOperation<Platform::String ^> ^ ShowAddAppointmentAsync(Appointment ^ appointment, Rect selection) = ShowAddAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ShowAddAppointmentAsync(Appointment const& appointment, Rect const& selection);
IAsyncOperation<winrt::hstring> ShowAddAppointmentAsync(Appointment const& appointment, Rect const& selection);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowAddAppointmentAsync(Appointment appointment, Rect selection);
public IAsyncOperation<string> ShowAddAppointmentAsync(Appointment appointment, Rect selection);
function showAddAppointmentAsync(appointment, selection)
Public Function ShowAddAppointmentAsync (appointment As Appointment, selection As Rect) As IAsyncOperation(Of String)
Parametri
- appointment
- Appointment
Oggetto che rappresenta le informazioni da aggiungere all'appuntamento.
- selection
- Rect
Rect è l'area rettangolare della selezione utente (ad esempio, premendo un pulsante), intorno alla quale il sistema operativo visualizza l'interfaccia utente Aggiungi appuntamento, non all'interno di quell'area rettangolare. Ad esempio, se un'app usa un pulsante per visualizzare Rect, passare il pulsante Rect del pulsante in modo che l'interfaccia utente Aggiungi appuntamento venga visualizzata intorno al pulsante, non sovrapposta.
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 Appuntamenti.
- Attributi
Requisiti Windows
Funzionalità dell'app |
appointmentsSystem
|
Commenti
Per Windows Phone app 8.x, questo metodo si comporta come ShowEditNewAppointmentAsync, in cui i campi nell'interfaccia utente Aggiungi appuntamento sono modificabili dall'utente.