Freigeben über


AppointmentStore.ShowEditNewAppointmentAsync(Appointment) Methode

Definition

Zeigt die Benutzeroberfläche des Terminanbieters Add Appointment (Termin hinzufügen) 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);
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)

Parameter

appointment
Appointment

Der hinzuzufügende Termin.

Gibt zurück

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Nach Abschluss dieser Methode wird ein String-Objekt zurückgegeben, das die RoamingId des Termins darstellt. Wenn der zurückgegebene Terminbezeichner eine leere Zeichenfolge ist, wurde der Termin nicht zur Terminanbieter-App hinzugefügt.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: