Freigeben über


ToastCollectionManager.SaveToastCollectionAsync(ToastCollection) Methode

Definition

Startet die asynchrone Erstellung oder Aktualisierung der angegebenen Popupbenachrichtigungsgruppe.

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

Parameter

collection
ToastCollection

Die zu erstellende oder zu aktualisierende Popupbenachrichtigungsgruppe.

Gibt zurück

Ein -Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: