IRestrictedLaunchActivatedEventArgs 介面

定義

在啟動受限制的應用程式時提供事件資訊。

public interface class IRestrictedLaunchActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3770133633, 49091, 17220, 165, 218, 25, 253, 90, 39, 186, 174)]
struct IRestrictedLaunchActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3770133633, 49091, 17220, 165, 218, 25, 253, 90, 39, 186, 174)]
public interface IRestrictedLaunchActivatedEventArgs : IActivatedEventArgs
Public Interface IRestrictedLaunchActivatedEventArgs
Implements IActivatedEventArgs
衍生
屬性
實作

Windows 需求

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

屬性

Kind

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

(繼承來源 IActivatedEventArgs)
PreviousExecutionState

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

(繼承來源 IActivatedEventArgs)
SharedContext

取得受限制啟動之共用內容的相關資訊。

SplashScreen

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

(繼承來源 IActivatedEventArgs)

適用於

另請參閱