ToastNotificationActionTrigger Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ToastNotificationActionTrigger() |
Erstellt und initialisiert eine neue instance der ToastNotificationActionTrigger-Klasse. |
ToastNotificationActionTrigger(String) |
Erstellt und initialisiert eine neue instance der ToastNotificationActionTrigger-Klasse für die App mit dem angegebenen Bezeichner. |
ToastNotificationActionTrigger()
Erstellt und initialisiert eine neue instance der ToastNotificationActionTrigger-Klasse.
public:
ToastNotificationActionTrigger();
ToastNotificationActionTrigger();
public ToastNotificationActionTrigger();
function ToastNotificationActionTrigger()
Public Sub New ()
Weitere Informationen
Gilt für:
ToastNotificationActionTrigger(String)
Erstellt und initialisiert eine neue instance der ToastNotificationActionTrigger-Klasse für die App mit dem angegebenen Bezeichner.
public:
ToastNotificationActionTrigger(Platform::String ^ applicationId);
ToastNotificationActionTrigger(winrt::hstring const& applicationId);
public ToastNotificationActionTrigger(string applicationId);
function ToastNotificationActionTrigger(applicationId)
Public Sub New (applicationId As String)
Parameter
- applicationId
-
String
Platform::String
winrt::hstring
Der Bezeichner der App, für die Sie eine instance der ToastNotificationActionTrigger-Klasse erstellen möchten.