ToastNotificationHistoryChangedTrigger Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ToastNotificationHistoryChangedTrigger() |
Creates and initializes a new instance of the ToastNotificationHistoryChangedTrigger class. |
ToastNotificationHistoryChangedTrigger(String) |
Creates and initializes a new instance of the ToastNotificationHistoryChangedTrigger class for the app with the specified identifier. |
ToastNotificationHistoryChangedTrigger()
Creates and initializes a new instance of the ToastNotificationHistoryChangedTrigger class.
public:
ToastNotificationHistoryChangedTrigger();
ToastNotificationHistoryChangedTrigger();
public ToastNotificationHistoryChangedTrigger();
function ToastNotificationHistoryChangedTrigger()
Public Sub New ()
See also
Applies to
ToastNotificationHistoryChangedTrigger(String)
Creates and initializes a new instance of the ToastNotificationHistoryChangedTrigger class for the app with the specified identifier.
public:
ToastNotificationHistoryChangedTrigger(Platform::String ^ applicationId);
ToastNotificationHistoryChangedTrigger(winrt::hstring const& applicationId);
public ToastNotificationHistoryChangedTrigger(string applicationId);
function ToastNotificationHistoryChangedTrigger(applicationId)
Public Sub New (applicationId As String)
Parameters
- applicationId
-
String
Platform::String
winrt::hstring
The identifier of the app for which you want to create an instance of the ToastNotificationHistoryChangedTrigger class.