ToastCollectionManager.RemoveToastCollectionAsync(String) Method

Definition

Starts the asynchronous removal of the specified toast notification group.

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

Parameters

collectionId
String

Platform::String

winrt::hstring

The ID of toast notification group to remove.

Returns

An object that represents the asynchronous operation.

Attributes

Applies to