Freigeben über


AppointmentStore.ShowReplaceAppointmentAsync Methode

Definition

Überlädt

ShowReplaceAppointmentAsync(String, Appointment, Rect)

Zeigt die Benutzeroberfläche des Terminanbieters Ersetzen von Terminen an, damit der Benutzer einen Termin ersetzen kann.

ShowReplaceAppointmentAsync(String, Appointment, Rect, Placement, DateTime)

Zeigt die Benutzeroberfläche des Terminanbieters Ersetzen von Terminen an, damit der Benutzer einen Termin ersetzen kann.

ShowReplaceAppointmentAsync(String, Appointment, Rect)

Zeigt die Benutzeroberfläche des Terminanbieters Ersetzen von Terminen an, damit der Benutzer einen Termin ersetzen kann.

public:
 virtual IAsyncOperation<Platform::String ^> ^ ShowReplaceAppointmentAsync(Platform::String ^ localId, Appointment ^ appointment, Rect selection) = ShowReplaceAppointmentAsync;
/// [Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ShowReplaceAppointmentAsync(winrt::hstring const& localId, Appointment const& appointment, Rect const& selection);
/// [Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentAsync")]
IAsyncOperation<winrt::hstring> ShowReplaceAppointmentAsync(winrt::hstring const& localId, Appointment const& appointment, Rect const& selection);
[Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowReplaceAppointmentAsync(string localId, Appointment appointment, Rect selection);
[Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentAsync")]
public IAsyncOperation<string> ShowReplaceAppointmentAsync(string localId, Appointment appointment, Rect selection);
function showReplaceAppointmentAsync(localId, appointment, selection)
Public Function ShowReplaceAppointmentAsync (localId As String, appointment As Appointment, selection As Rect) As IAsyncOperation(Of String)

Parameter

localId
String

Platform::String

winrt::hstring

Die LocalId des zu ersetzenden Termins.

appointment
Appointment

Das -Objekt, das den Termin darstellt, um den vorhandenen Termin zu ersetzen.

selection
Rect

Rect ist der rechteckige Bereich der Benutzerauswahl (z. B. durch Drücken einer Schaltfläche), um den herum das Betriebssystem die Benutzeroberfläche "Termin ersetzen" 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 Zum Ersetzen von Terminen um die Schaltfläche herum angezeigt wird, ohne sie zu überlappen.

Gibt zurück

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Wenn diese Methode abgeschlossen ist, gibt sie ein String-Objekt zurück, das die RoamingId des Termins darstellt, der den vorhandenen Termin ersetzt hat.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Weitere Informationen

Gilt für:

ShowReplaceAppointmentAsync(String, Appointment, Rect, Placement, DateTime)

Zeigt die Benutzeroberfläche des Terminanbieters Ersetzen von Terminen an, damit der Benutzer einen Termin ersetzen kann.

public:
 virtual IAsyncOperation<Platform::String ^> ^ ShowReplaceAppointmentAsync(Platform::String ^ localId, Appointment ^ appointment, Rect selection, Placement preferredPlacement, DateTime instanceStartDate) = ShowReplaceAppointmentAsync;
/// [Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentWithPlacementAndDateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ShowReplaceAppointmentAsync(winrt::hstring const& localId, Appointment const& appointment, Rect const& selection, Placement const& preferredPlacement, DateTime const& instanceStartDate);
/// [Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentWithPlacementAndDateAsync")]
IAsyncOperation<winrt::hstring> ShowReplaceAppointmentAsync(winrt::hstring const& localId, Appointment const& appointment, Rect const& selection, Placement const& preferredPlacement, DateTime const& instanceStartDate);
[Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentWithPlacementAndDateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowReplaceAppointmentAsync(string localId, Appointment appointment, Rect selection, Placement preferredPlacement, System.DateTimeOffset instanceStartDate);
[Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentWithPlacementAndDateAsync")]
public IAsyncOperation<string> ShowReplaceAppointmentAsync(string localId, Appointment appointment, Rect selection, Placement preferredPlacement, System.DateTimeOffset instanceStartDate);
function showReplaceAppointmentAsync(localId, appointment, selection, preferredPlacement, instanceStartDate)
Public Function ShowReplaceAppointmentAsync (localId As String, appointment As Appointment, selection As Rect, preferredPlacement As Placement, instanceStartDate As DateTimeOffset) As IAsyncOperation(Of String)

Parameter

localId
String

Platform::String

winrt::hstring

Die LocalId des zu ersetzenden Termins.

appointment
Appointment

Das -Objekt, das den Termin darstellt, um den vorhandenen Termin zu ersetzen.

selection
Rect

Rect ist der rechteckige Bereich der Benutzerauswahl (z. B. durch Drücken einer Schaltfläche), um den herum das Betriebssystem die Benutzeroberfläche "Termin ersetzen" 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 Zum Ersetzen von Terminen um die Schaltfläche herum angezeigt wird, ohne sie zu überlappen.

preferredPlacement
Placement

Die Platzierung , die die bevorzugte Platzierung der Benutzeroberfläche "Termin ersetzen" beschreibt.

instanceStartDate
DateTime DateTimeOffset

Das Startdatum und die Uhrzeit des zu ersetzenden Termins instance.

Gibt zurück

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Wenn diese Methode abgeschlossen ist, gibt sie ein String-Objekt zurück, das die RoamingId des Termins darstellt, der den vorhandenen Termin ersetzt hat.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Hinweise

Der instanceStartTime-Parameter muss das ursprüngliche Startdatum des instance sein.

Weitere Informationen

Gilt für: