IToastNotificationActivatedEventArgs インターフェイス

定義

ユーザーがトースト通知の本文をタップしたか、トースト通知内でアクションを実行したためにアプリがアクティブ化されたときに発生するイベントに関する情報を提供します。

public interface class IToastNotificationActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2460512130, 21136, 17181, 190, 133, 196, 170, 238, 184, 104, 95)]
struct IToastNotificationActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2460512130, 21136, 17181, 190, 133, 196, 170, 238, 184, 104, 95)]
public interface IToastNotificationActivatedEventArgs : IActivatedEventArgs
Public Interface IToastNotificationActivatedEventArgs
Implements IActivatedEventArgs
派生
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

Argument

対話型トースト通知によってアクティブ化された後にアプリが取得できる引数を取得します。

Kind

このアプリがアクティブ化されている理由を取得します。

(継承元 IActivatedEventArgs)
PreviousExecutionState

このアクティブ化の前のアプリの実行状態を取得します。

(継承元 IActivatedEventArgs)
SplashScreen

スプラッシュ スクリーンからアクティブ化されたアプリへの切り替えに関する情報を提供するスプラッシュ スクリーン オブジェクトを取得します。

(継承元 IActivatedEventArgs)
UserInput

対話型トースト通知からユーザー入力を取得するために使用できる値のセットを取得します。

適用対象

こちらもご覧ください