Freigeben über


AppointmentManagerForUser.ShowEditNewAppointmentAsync(Appointment) Methode

Definition

Zeigt die Benutzeroberfläche zum Hinzufügen von Terminen durch den Terminanbieter einschließlich der vollständigen Bearbeitungsoberfläche an, damit der Benutzer einen Termin hinzufügen kann.

public:
 virtual IAsyncOperation<Platform::String ^> ^ ShowEditNewAppointmentAsync(Appointment ^ appointment) = ShowEditNewAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
function showEditNewAppointmentAsync(appointment)
Public Function ShowEditNewAppointmentAsync (appointment As Appointment) As IAsyncOperation(Of String)

Parameter

appointment
Appointment

Der neue Termin, der hinzugefügt werden soll.

Gibt zurück

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss eine Zeichenfolge mit einer Termin-ID zurückgibt.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: