AppointmentManager.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:
 static IAsyncOperation<Platform::String ^> ^ ShowEditNewAppointmentAsync(Appointment ^ appointment);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
function showEditNewAppointmentAsync(appointment)
Public Shared 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>

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss eine Zeichenfolge mit einer Termin-ID zurückgibt. Wenn der zurückgegebene Terminbezeichner eine leere Zeichenfolge ist, wurde der Terminanbieter-App nicht hinzugefügt.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: