IUserDataAccountProviderActivatedEventArgs 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟用應用程式以管理使用者帳戶時提供資料。
public interface class IUserDataAccountProviderActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(466220835, 36593, 19025, 166, 58, 254, 113, 30, 234, 182, 7)]
struct IUserDataAccountProviderActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(466220835, 36593, 19025, 166, 58, 254, 113, 30, 234, 182, 7)]
public interface IUserDataAccountProviderActivatedEventArgs : IActivatedEventArgs
Public Interface IUserDataAccountProviderActivatedEventArgs
Implements IActivatedEventArgs
- 衍生
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
應用程式功能 |
userDataAccountsProvider
|
屬性
Kind |
取得啟動此應用程式的原因。 (繼承來源 IActivatedEventArgs) |
Operation |
取得使用者帳戶管理作業。 |
PreviousExecutionState |
取得此啟用之前的應用程式執行狀態。 (繼承來源 IActivatedEventArgs) |
SplashScreen |
取得啟動顯示畫面物件,提供從啟動顯示畫面轉換至啟動應用程式的相關資訊。 (繼承來源 IActivatedEventArgs) |