ToastNotificationActionTrigger 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
ToastNotificationActionTrigger() |
Creates and initializes a new instance of the ToastNotificationActionTrigger class. |
ToastNotificationActionTrigger(String) |
Creates and initializes a new instance of the ToastNotificationActionTrigger class for the app with the specified identifier. |
ToastNotificationActionTrigger()
Creates and initializes a new instance of the ToastNotificationActionTrigger class.
public:
ToastNotificationActionTrigger();
ToastNotificationActionTrigger();
public ToastNotificationActionTrigger();
function ToastNotificationActionTrigger()
Public Sub New ()
See also
Applies to
ToastNotificationActionTrigger(String)
Creates and initializes a new instance of the ToastNotificationActionTrigger class for the app with the specified identifier.
public:
ToastNotificationActionTrigger(Platform::String ^ applicationId);
ToastNotificationActionTrigger(winrt::hstring const& applicationId);
public ToastNotificationActionTrigger(string applicationId);
function ToastNotificationActionTrigger(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 ToastNotificationActionTrigger class.