NotificationCenter::COMServerOptions
Options for creating COM server.
Type | Object |
Platforms | Windows |
Properties
Boolean
writeRegistry (optional)
Whether to register COM server in registry automatically when any event
of NotificationCenter
is subscribed. Default is true
.
String
arguments (optional)
The arguments to pass to the executable when system starts the app after a notification is activated. Default is empty string.
String
toastActivatorClsid (optional)
The ToastActivatorCLSID
, which can be generated with uuidgen.exe
. It
must include a pair of curly braces. If not specified, one will be
automatically generated from the app's AppUserModelID
.