Partager via


AppointmentCalendar.DeleteAppointmentAsync(String) Méthode

Définition

Supprime de manière asynchrone le rendez-vous avec l’ID spécifié.

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

Paramètres

localId
String

Platform::String

winrt::hstring

LocalId du rendez-vous à supprimer.

Retours

Action asynchrone.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à