IPrelaunchActivatedEventArgs 介面

定義

提供應用程式是否處於啟動前狀態的事件資訊。

public interface class IPrelaunchActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(205812091, 6647, 18646, 176, 70, 207, 34, 130, 110, 170, 116)]
struct IPrelaunchActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(205812091, 6647, 18646, 176, 70, 207, 34, 130, 110, 170, 116)]
public interface IPrelaunchActivatedEventArgs : IActivatedEventArgs
Public Interface IPrelaunchActivatedEventArgs
Implements IActivatedEventArgs
衍生
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

Kind

取得啟動此應用程式的原因。

(繼承來源 IActivatedEventArgs)
PrelaunchActivated

取得是否已啟用啟動前的指示。

PreviousExecutionState

取得此啟用之前的應用程式執行狀態。

(繼承來源 IActivatedEventArgs)
SplashScreen

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

(繼承來源 IActivatedEventArgs)

適用於

另請參閱