Freigeben über


AppointmentManagerForUser.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:
 virtual IAsyncAction ^ ShowAppointmentDetailsAsync(Platform::String ^ appointmentId) = ShowAppointmentDetailsAsync;
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& appointmentId);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAppointmentDetailsAsync(string appointmentId);
function showAppointmentDetailsAsync(appointmentId)
Public 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:
 virtual IAsyncAction ^ ShowAppointmentDetailsAsync(Platform::String ^ appointmentId, DateTime instanceStartDate) = ShowAppointmentDetailsAsync;
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& appointmentId, DateTime const& instanceStartDate);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsWithDateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAppointmentDetailsAsync(string appointmentId, System.DateTimeOffset instanceStartDate);
function showAppointmentDetailsAsync(appointmentId, instanceStartDate)
Public 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: