ShellToast Class
July 26, 2012
A class for displaying a toast to the user. While the Show() method can be called from any application, a toast will not be displayed if the current foreground application is the caller of the ShellToast.Show method. This means that this should primarily be used by a background agent.
Namespace:
Microsoft.Phone.Shell
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The ShellToast type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Content | The contents of the toast message. |
![]() | NavigationUri | URI to navigate to if the user taps the toast message. |
![]() | Title | The title of the toast message. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Show | Display the toast message. While the Show method can be called from any application, a toast will not be displayed if the current foreground application is the caller of the Show method. This means that this should primarily be used by a background agent. |
![]() | ToString | (Inherited from Object.) |
