ToastCollectionManager.SaveToastCollectionAsync(ToastCollection) 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 création ou la mise à jour asynchrone du groupe de notifications toast spécifié.
public:
virtual IAsyncAction ^ SaveToastCollectionAsync(ToastCollection ^ collection) = SaveToastCollectionAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SaveToastCollectionAsync(ToastCollection const& collection);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SaveToastCollectionAsync(ToastCollection collection);
function saveToastCollectionAsync(collection)
Public Function SaveToastCollectionAsync (collection As ToastCollection) As IAsyncAction
Paramètres
- collection
- ToastCollection
Groupe de notifications toast à créer ou à mettre à jour.
Retours
Objet qui représente l’opération asynchrone.
- Attributs