Click or drag to resize

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)
Syntax
public string ToastXml { get; set; }

Property Value

Type: String
Remarks
If specified, this XML will be used for a toast as it is. The other toast elements will be ignored.
See Also