Click or drag to resize

ToastRequest Properties

[This is preliminary documentation and is subject to change.]

The ToastRequest type exposes the following members.

Properties
  NameDescription
Public propertyActivatorId
AppUserModelToastActivatorCLSID of application (optional, for Action Center of Windows 10)
Public propertyAppId
AppUserModelID of application (required)
Public propertyMaximumDuration
Maximum toast display duration (optional)
Public propertyShortcutArguments
Arguments of shortcut (optional)
Public propertyShortcutComment
Comment of shortcut (optional)
Public propertyShortcutFileName
Shortcut file name to be installed in Start menu (required for shortcut)
Public propertyShortcutIconFilePath
Icon file path of shortcut (optional)
Public propertyShortcutTargetFilePath
Target file path of shortcut (required for shortcut)
Public propertyShortcutWindowState
Window state of shortcut (optional)
Public propertyShortcutWorkingFolder
Working folder of shortcut (optional)
Public propertyToastAudio
Audio type of toast (optional)
Public propertyToastBody
Toast body (required for toast)
Public propertyToastBodyList
Toast body list (optional)
Public propertyToastLogoFilePath
Logo image file path of toast (optional)
Public propertyToastTitle
Toast title (optional)
Public propertyToastXml
XML representation of toast (optional)
Public propertyWaitingDuration
Waiting duration before showing a toast after the shortcut file is installed (optional)
Top
See Also