共用方式為


IActivatedEventArgsWithUser 介面

定義

提供已啟動應用程式之使用者的相關資訊。

public interface class IActivatedEventArgsWithUser : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(485530526, 39266, 18742, 128, 255, 175, 200, 232, 174, 92, 140)]
struct IActivatedEventArgsWithUser : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(485530526, 39266, 18742, 128, 255, 175, 200, 232, 174, 92, 140)]
public interface IActivatedEventArgsWithUser : IActivatedEventArgs
Public Interface IActivatedEventArgsWithUser
Implements IActivatedEventArgs
衍生
屬性
實作

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

屬性

Kind

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

(繼承來源 IActivatedEventArgs)
PreviousExecutionState

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

(繼承來源 IActivatedEventArgs)
SplashScreen

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

(繼承來源 IActivatedEventArgs)
User

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

適用於

另請參閱