AppointmentCalendar.DeleteAppointmentAsync(String) Method

Definition

Asynchronously deletes the appointment with the specified ID.

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

Parameters

localId
String

Platform::String

winrt::hstring

The LocalId of the appointment to be deleted.

Returns

An asynchronous action.

Attributes

Windows requirements

App capabilities
appointmentsSystem

Applies to