WebUIStartupTaskActivatedEventArgs 類別

定義

提供在裝置啟動時啟動應用程式或使用者登入時的資訊。

public ref class WebUIStartupTaskActivatedEventArgs sealed : IActivatedEventArgsWithUser, IStartupTaskActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebUIStartupTaskActivatedEventArgs final : IActivatedEventArgsWithUser, IStartupTaskActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebUIStartupTaskActivatedEventArgs : IActivatedEventArgsWithUser, IStartupTaskActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIStartupTaskActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IStartupTaskActivatedEventArgs
繼承
Object Platform::Object IInspectable WebUIStartupTaskActivatedEventArgs
屬性
實作

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

備註

只有在 Windows 桌面上才支援此功能。

屬性

ActivatedOperation

取得啟動應用程式的作業。

Kind

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

PreviousExecutionState

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

SplashScreen

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

TaskId

取得工作的唯一識別碼。

User

取得啟動應用程式的使用者。

適用於