ToastCollectionManager.RemoveToastCollectionAsync(String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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