 | ToastRequestToastXml Property |
[This is preliminary documentation and is subject to change.]
XML representation of toast (optional)
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic string ToastXml { get; set; }Public Property ToastXml As String
Get
Set
public:
property String^ ToastXml {
String^ get ();
void set (String^ value);
}member ToastXml : string with get, set
Property Value
Type:
String
RemarksIf specified, this XML will be used for a toast as it is. The other toast elements
will be ignored.
See Also