Freigeben über


AppointmentStore.ShowAddAppointmentAsync(Appointment, Rect) Methode

Definition

Zeigt die Benutzeroberfläche "Termin hinzufügen" des Terminanbieters an, damit der Benutzer einen Termin hinzufügen kann.

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)

Parameter

appointment
Appointment

Das -Objekt, das die Informationen für den hinzuzufügenden Termin darstellt.

selection
Rect

Das Rect ist der rechteckige Bereich der Benutzerauswahl (z. B. durch Drücken einer Schaltfläche), um den das Betriebssystem die Benutzeroberfläche zum Hinzufügen von Terminen anzeigt, nicht innerhalb dieses rechteckigen Bereichs. Wenn eine App beispielsweise eine Schaltfläche verwendet, um das Rect anzuzeigen, übergeben Sie das Rect der Schaltfläche, damit die Benutzeroberfläche Termin hinzufügen um die Schaltfläche herum angezeigt wird, ohne sie zu überlappen.

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

Hinweise

Bei Windows Phone 8.x-Apps verhält sich diese Methode genauso wie ShowEditNewAppointmentAsync, da die Felder auf der Benutzeroberfläche zum Hinzufügen von Terminen vom Benutzer bearbeitet werden können.

Gilt für: