AppNotificationActivatedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリ通知によってトリガーされるアプリのアクティブ化に関連付けられているイベント引数を表します。
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
- 継承
- 属性
注釈
このクラスのインスタンスを取得するには、 microsoft.Windows.AppLifecycle.AppInstance.GetActivatedEventArgs
プロパティ
Argument |
アプリのアクティブ化をトリガーしたアプリ通知ボタンの入力に関連付けられた |
Arguments |
アプリのアクティブ化をトリガーしたアプリ通知ボタンの入力に関連付けられたアクション要素の属性 |
UserInput |
アプリ通知の入力要素の ID と値のマップを取得します。 |