IApplicationViewActivatedEventArgs 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在啟動應用程式以顯示其目前檢視時提供資料。
public interface class IApplicationViewActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2467098443, 47145, 16636, 136, 244, 133, 19, 232, 166, 71, 56)]
struct IApplicationViewActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2467098443, 47145, 16636, 136, 244, 133, 19, 232, 166, 71, 56)]
public interface IApplicationViewActivatedEventArgs : IActivatedEventArgs
Public Interface IApplicationViewActivatedEventArgs
Implements IActivatedEventArgs
- 衍生
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
CurrentlyShownApplicationViewId |
取得目前顯示之應用程式檢視的識別碼。 |
Kind |
取得啟動此應用程式的原因。 (繼承來源 IActivatedEventArgs) |
PreviousExecutionState |
取得此啟用之前的應用程式執行狀態。 (繼承來源 IActivatedEventArgs) |
SplashScreen |
取得啟動顯示畫面物件,該物件提供從啟動顯示畫面轉換到啟動之應用程式的相關資訊。 (繼承來源 IActivatedEventArgs) |