 | ToastRequestToastBodyList Property |
[This is preliminary documentation and is subject to change.]
Toast body list (optional)
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic IList<string> ToastBodyList { get; set; }Public Property ToastBodyList As IList(Of String)
Get
Set
public:
property IList<String^>^ ToastBodyList {
IList<String^>^ get ();
void set (IList<String^>^ value);
}member ToastBodyList : IList<string> with get, set
Property Value
Type:
IListString
RemarksIf specified, toast body will be substituted by this list.
See Also