ToastNotifierCompat Class
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.
Allows you to show and schedule toast notifications.
public sealed class ToastNotifierCompat
type ToastNotifierCompat = class
Public NotInheritable Class ToastNotifierCompat
- Inheritance
-
ToastNotifierCompat
Setting |
Gets a value that tells you whether there is an app, user, or system block that prevents the display of a toast notification. |
Add |
Adds a ScheduledToastNotification for later display by Windows. |
Get |
Gets the collection of ScheduledToastNotification objects that this app has scheduled for display. |
Hide(Toast |
Hides the specified toast notification from the screen (moves it into Action Center). |
Remove |
Cancels the scheduled display of a specified ScheduledToastNotification. |
Show(Toast |
Displays the specified toast notification. |
Update(Notification |
Updates the existing toast notification that has the specified tag and belongs to the specified notification group. |
Update(Notification |
Updates the existing toast notification that has the specified tag. |
Produit | Versions |
---|---|
Windows Community Toolkit | 7.0.0, 7.1.0 |