AppointmentManager.ShowAppointmentDetailsAsync Methode

Definition

Überlädt

ShowAppointmentDetailsAsync(String)

Zeigt die Benutzeroberfläche für Terminanbieter-Termindetails an, damit der Benutzer den angegebenen Termin anzeigen kann.

ShowAppointmentDetailsAsync(String, DateTime)

Zeigt die Benutzeroberfläche für Terminanbieter-Termindetails an, damit der Benutzer den angegebenen Termin anzeigen kann.

ShowAppointmentDetailsAsync(String)

Zeigt die Benutzeroberfläche für Terminanbieter-Termindetails an, damit der Benutzer den angegebenen Termin anzeigen kann.

public:
 static IAsyncAction ^ ShowAppointmentDetailsAsync(Platform::String ^ appointmentId);
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& appointmentId);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowAppointmentDetailsAsync(string appointmentId);
function showAppointmentDetailsAsync(appointmentId)
Public Shared Function ShowAppointmentDetailsAsync (appointmentId As String) As IAsyncAction

Parameter

appointmentId
String

Platform::String

winrt::hstring

Die LocalId des anzuzeigenden Termins.

Gibt zurück

Wenn diese Methode zurückgibt, gibt sie kein Ergebnis zurück. Nach Abschluss wird der von get_Completed / Completed angegebene AsyncActionCompletedHandler aufgerufen.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Weitere Informationen

Gilt für:

ShowAppointmentDetailsAsync(String, DateTime)

Zeigt die Benutzeroberfläche für Terminanbieter-Termindetails an, damit der Benutzer den angegebenen Termin anzeigen kann.

public:
 static IAsyncAction ^ ShowAppointmentDetailsAsync(Platform::String ^ appointmentId, DateTime instanceStartDate);
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& appointmentId, DateTime const& instanceStartDate);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ShowAppointmentDetailsAsync(string appointmentId, System.DateTimeOffset instanceStartDate);
function showAppointmentDetailsAsync(appointmentId, instanceStartDate)
Public Shared Function ShowAppointmentDetailsAsync (appointmentId As String, instanceStartDate As DateTimeOffset) As IAsyncAction

Parameter

appointmentId
String

Platform::String

winrt::hstring

Die LocalId des anzuzeigenden Termins.

instanceStartDate
DateTime DateTimeOffset

Ein DateTime-Objekt mit der Startzeit des Termins instance angezeigt werden soll.

Gibt zurück

Wenn diese Methode zurückgibt, gibt sie kein Ergebnis zurück. Nach Abschluss wird der von get_Completed / Completed angegebene AsyncActionCompletedHandler aufgerufen.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Weitere Informationen

Gilt für: