次の方法で共有


AppNotificationActivatedEventArgs クラス

定義

アプリ通知によってトリガーされるアプリのアクティブ化に関連付けられているイベント引数を表します。

public ref class AppNotificationActivatedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.AppNotificationsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppNotificationActivatedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppNotificationActivatedEventArgs
Public NotInheritable Class AppNotificationActivatedEventArgs
継承
Object Platform::Object IInspectable AppNotificationActivatedEventArgs
属性

注釈

このクラスのインスタンスを取得するには、 microsoft.Windows.AppLifecycle.AppInstance.GetActivatedEventArgs呼び出し、 の Microsoft.Windows.AppLifecycle.AppActivationArguments.Kind プロパティを確認します 値に対して返されたオブジェクト。次に、Microsoft.Windows.AppLifecycle.AppActivationArguments.Data プロパティを AppNotificationActivatedEventArgsにキャストします。

プロパティ

Argument

アプリのアクティブ化をトリガーしたアプリ通知ボタンの入力に関連付けられた アクション 要素の属性 引数に指定されたテキストを取得します。

Arguments

アプリのアクティブ化をトリガーしたアプリ通知ボタンの入力に関連付けられたアクション要素の属性 引数に設定された引数のディクショナリを取得します。

UserInput

アプリ通知の入力要素の ID と値のマップを取得します。

適用対象