ToastNotificationActionTrigger Constructors

Definition

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.

Applies to