Share via


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

적용 대상