Freigeben über


ToastCollectionManager.RemoveToastCollectionAsync(String) Methode

Definition

Startet das asynchrone Entfernen der angegebenen Popupbenachrichtigungsgruppe.

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

Parameter

collectionId
String

Platform::String

winrt::hstring

Die ID der zu entfernenden Popupbenachrichtigungsgruppe.

Gibt zurück

Ein -Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: