ILaunchActivatedEventArgs2 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供有關啟動應用程式之磚的其他資訊。
public interface class ILaunchActivatedEventArgs2 : ILaunchActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(265518780, 40393, 18101, 154, 206, 189, 149, 212, 86, 83, 69)]
struct ILaunchActivatedEventArgs2 : ILaunchActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(265518780, 40393, 18101, 154, 206, 189, 149, 212, 86, 83, 69)]
public interface ILaunchActivatedEventArgs2 : ILaunchActivatedEventArgs
Public Interface ILaunchActivatedEventArgs2
Implements ILaunchActivatedEventArgs
- 衍生
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
屬性
Arguments |
取得在其啟動啟用期間傳遞至應用程式的引數。 (繼承來源 ILaunchActivatedEventArgs) |
Kind |
取得啟動此應用程式的原因。 (繼承來源 IActivatedEventArgs) |
PreviousExecutionState |
取得此啟用之前的應用程式執行狀態。 (繼承來源 IActivatedEventArgs) |
SplashScreen |
取得啟動顯示畫面物件,該物件提供從啟動顯示畫面轉換到啟動之應用程式的相關資訊。 (繼承來源 IActivatedEventArgs) |
TileActivatedInfo |
取得使用者從磚啟動應用程式時所提供的其他資訊。 如果應用程式未從其磚啟動,或應用程式是在不支援此屬性的平臺上啟動,則這會是 Null 。 |
TileId |
取得叫用以啟動應用程式的圖格識別碼。 (繼承來源 ILaunchActivatedEventArgs) |