ToastCollectionManager.SaveToastCollectionAsync(ToastCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts the asynchronous creation or update of the specified toast notification group.
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
Parameters
- collection
- ToastCollection
The toast notification group to create or update.
Returns
An object that represents the asynchronous operation.
- Attributes