Freigeben über


AppointmentStore.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 ^ localId) = ShowAppointmentDetailsAsync;
/// [Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAppointmentDetailsAsync(winrt::hstring const& localId);
[Windows.Foundation.Metadata.Overload("ShowAppointmentDetailsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAppointmentDetailsAsync(string localId);
function showAppointmentDetailsAsync(localId)
Public Function ShowAppointmentDetailsAsync (localId As String) As IAsyncAction

Parameter

localId
String

Platform::String

winrt::hstring

Die LocalId des anzuzeigenden Termins.

Gibt zurück

Eine asynchrone Aktion.

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

Parameter

localId
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. Dieser Parameter muss das ursprüngliche Startdatum des instance sein.

Gibt zurück

Eine asynchrone Aktion.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Weitere Informationen

Gilt für: