다음을 통해 공유


ToastCollectionManager.RemoveToastCollectionAsync(String) 메서드

정의

지정된 알림 메시지 그룹의 비동기 제거를 시작합니다.

public:
 virtual IAsyncAction ^ RemoveToastCollectionAsync(Platform::String ^ collectionId) = RemoveToastCollectionAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction RemoveToastCollectionAsync(winrt::hstring const& collectionId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction RemoveToastCollectionAsync(string collectionId);
function removeToastCollectionAsync(collectionId)
Public Function RemoveToastCollectionAsync (collectionId As String) As IAsyncAction

매개 변수

collectionId
String

Platform::String

winrt::hstring

제거할 알림 메시지 그룹의 ID입니다.

반환

비동기 작업을 나타내는 개체입니다.

특성

적용 대상