Freigeben über


AppointmentStore.GetAppointmentAsync(String) Methode

Definition

Ruft den Termin mit der angegebenen LocalId ab.

public:
 virtual IAsyncOperation<Appointment ^> ^ GetAppointmentAsync(Platform::String ^ localId) = GetAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Appointment> GetAppointmentAsync(winrt::hstring const& localId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Appointment> GetAppointmentAsync(string localId);
function getAppointmentAsync(localId)
Public Function GetAppointmentAsync (localId As String) As IAsyncOperation(Of Appointment)

Parameter

localId
String

Platform::String

winrt::hstring

Die LocalId des abzurufenden Termins.

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss einen Termin zurückgibt.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: