ToastNotificationActionTrigger コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ToastNotificationActionTrigger() |
ToastNotificationActionTrigger クラスの新しいインスタンスを作成して初期化します。 |
ToastNotificationActionTrigger(String) |
指定した識別子を使用して、アプリの ToastNotificationActionTrigger クラスの新しいインスタンスを作成して初期化します。 |
ToastNotificationActionTrigger()
ToastNotificationActionTrigger クラスの新しいインスタンスを作成して初期化します。
public:
ToastNotificationActionTrigger();
ToastNotificationActionTrigger();
public ToastNotificationActionTrigger();
function ToastNotificationActionTrigger()
Public Sub New ()
こちらもご覧ください
適用対象
ToastNotificationActionTrigger(String)
指定した識別子を使用して、アプリの ToastNotificationActionTrigger クラスの新しいインスタンスを作成して初期化します。
public:
ToastNotificationActionTrigger(Platform::String ^ applicationId);
ToastNotificationActionTrigger(winrt::hstring const& applicationId);
public ToastNotificationActionTrigger(string applicationId);
function ToastNotificationActionTrigger(applicationId)
Public Sub New (applicationId As String)
パラメーター
- applicationId
-
String
Platform::String
winrt::hstring
ToastNotificationActionTrigger クラスのインスタンスを作成するアプリの識別子。