Freigeben über


AppointmentCalendar.DeleteAppointmentAsync(String) Methode

Definition

Löscht den Termin mit der angegebenen ID asynchron.

public:
 virtual IAsyncAction ^ DeleteAppointmentAsync(Platform::String ^ localId) = DeleteAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeleteAppointmentAsync(winrt::hstring const& localId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DeleteAppointmentAsync(string localId);
function deleteAppointmentAsync(localId)
Public Function DeleteAppointmentAsync (localId As String) As IAsyncAction

Parameter

localId
String

Platform::String

winrt::hstring

Die LocalId des zu löschenden Termins.

Gibt zurück

Eine asynchrone Aktion.

Attribute

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: