WSA.Toast.GetTemplate
static
function
GetTemplate(templ:
ToastTemplate):
string;
static string GetTemplate(ToastTemplate templ);
static
def
GetTemplate(templ as ToastTemplate)
as string
Parameters
templ |
A template identifier. |
Returns
string
string, which is an empty XML document to be filled and used for toast notification.
Description
Get template XML for toast notification.
This can be used to retrieve a template for one of the predefined styles for toasts.