共用方式為


AppointmentCalendar.DeleteAppointmentAsync(String) 方法

定義

以非同步方式刪除具有指定識別碼的約會。

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

參數

localId
String

Platform::String

winrt::hstring

要刪除之約會的 LocalId

傳回

非同步動作。

屬性

Windows 需求

應用程式功能
appointmentsSystem

適用於