ToastCollectionManager.RemoveToastCollectionAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Démarre la suppression asynchrone du groupe de notifications toast spécifié.
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
Paramètres
- collectionId
-
String
Platform::String
winrt::hstring
ID du groupe de notifications toast à supprimer.
Retours
Objet qui représente l’opération asynchrone.
- Attributs