IActivatedEventArgs インターフェイス

定義

すべてのアクティブ化の種類に共通のプロパティを提供します。

public interface class IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3479508755, 52488, 20440, 182, 151, 162, 129, 182, 84, 78, 46)]
struct IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3479508755, 52488, 20440, 182, 151, 162, 129, 182, 84, 78, 46)]
public interface IActivatedEventArgs
Public Interface IActivatedEventArgs
派生
属性

Windows の要件

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

注釈

このインターフェイスは実装しないでください。

プロパティ

Kind

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

PreviousExecutionState

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

SplashScreen

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

適用対象