Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 879 Bytes

toastnotifier_update_1131715552.md

File metadata and controls

34 lines (22 loc) · 879 Bytes
-api-id -api-type
M:Windows.UI.Notifications.ToastNotifier.Update(Windows.UI.Notifications.NotificationData,System.String,System.String)
winrt method

Windows.UI.Notifications.ToastNotifier.Update

-description

Updates the existing toast notification that has the specified tag and belongs to the specified notification group.

-parameters

-param data

An object that contains the updated info.

-param tag

The identifier of the toast notification to update.

-param group

The ID of the ToastCollection that contains the notification.

-returns

A value that indicates the result of the update (failure, success, etc).

-remarks

-see-also

-examples