AppointmentCalendar.DeleteAppointmentAsync(String) メソッド

定義

指定した 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

パラメーター

localId
String

Platform::String

winrt::hstring

削除する予定の LocalId

戻り値

非同期アクション。

属性

Windows の要件

アプリの機能
appointmentsSystem

適用対象