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

取得啟動顯示畫面物件,該物件提供從啟動顯示畫面轉換到啟動之應用程式的相關資訊。

適用於