Specifies the template to use in a toast notification.
Syntax
public enum class ToastTemplateType
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The ToastTemplateType enumeration has these members.
| Member | Value | Description |
|---|---|---|
| ToastImageAndText01 | toastImageAndText01 | 0 |
A large image and a single string wrapped across three lines of text. ![]() |
| ToastImageAndText02 | toastImageAndText02 | 1 |
A large image, one string of bold text on the first line, one string of regular text wrapped across the second and third lines. ![]() |
| ToastImageAndText03 | toastImageAndText03 | 2 |
A large image, one string of bold text wrapped across the first two lines, one string of regular text on the third line. ![]() |
| ToastImageAndText04 | toastImageAndText04 | 3 |
A large image, one string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line. ![]() |
| ToastText01 | toastText01 | 4 |
A single string wrapped across three lines of text. ![]() |
| ToastText02 | toastText02 | 5 |
One string of bold text on the first line, one string of regular text wrapped across the second and third lines. ![]() |
| ToastText03 | toastText03 | 6 |
One string of bold text wrapped across the first and second lines, one string of regular text on the third line. ![]() |
| ToastText04 | toastText04 | 7 |
One string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line. ![]() |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- The toast template catalog
- ToastNotificationManager.getTemplateContent
- Toast notifications sample
- Sending toast notifications from desktop apps sample
- Toast XML schema
- Toast notification overview
- Quickstart: Sending a toast notification
- Quickstart: Sending a toast push notification
- Quickstart: Sending a toast notification from the desktop
- Guidelines and checklist for toast notifications
- How to handle activation from a toast notification
- How to opt in for toast notifications
- How to schedule a toast notification
- How to enable desktop toast notifications through an AppUserModelID
- Toast audio options
- Tile and toast image sizes
Build date: 12/4/2012







