 | ToastRequestActivatorId Property |
[This is preliminary documentation and is subject to change.]
AppUserModelToastActivatorCLSID of application (optional, for Action Center of Windows 10)
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic Guid ActivatorId { get; set; }Public Property ActivatorId As Guid
Get
Set
public:
property Guid ActivatorId {
Guid get ();
void set (Guid value);
}member ActivatorId : Guid with get, set
Property Value
Type:
Guid
RemarksThis CLSID is necessary for an application to be started by COM.
See Also