UserDataAccountProviderActivatedEventArgs UserDataAccountProviderActivatedEventArgs UserDataAccountProviderActivatedEventArgs UserDataAccountProviderActivatedEventArgs Class

Definition

Provides data when an app is activated to manage user accounts.

public : sealed class UserDataAccountProviderActivatedEventArgs : IActivatedEventArgs, IUserDataAccountProviderActivatedEventArgspublic sealed class UserDataAccountProviderActivatedEventArgs : IActivatedEventArgs, IUserDataAccountProviderActivatedEventArgsPublic NotInheritable Class UserDataAccountProviderActivatedEventArgs Implements IActivatedEventArgs, IUserDataAccountProviderActivatedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)
Capabilities
userDataAccountsProvider

Remarks

Access this object by overriding either the Windows Library for JavaScript (WinJS) onactivated event or the Extensible Application Markup Language (XAML) OnActivated method.

Properties

Kind Kind Kind Kind

Gets the activation type.

public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.
Additional features and requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)
Capabilities
userDataAccountsProvider

Operation Operation Operation Operation

Gets the user account management operation.

public : IUserDataAccountProviderOperation Operation { get; }public IUserDataAccountProviderOperation Operation { get; }Public ReadOnly Property Operation As IUserDataAccountProviderOperation// You can use this property in JavaScript.
Additional features and requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)
Capabilities
userDataAccountsProvider

PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState

Gets the execution state of the app before it was activated.

public : ApplicationExecutionState PreviousExecutionState { get; }public ApplicationExecutionState PreviousExecutionState { get; }Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState// You can use this property in JavaScript.
Value
ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState

The execution state of the app before it was activated.

Additional features and requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)
Capabilities
userDataAccountsProvider

SplashScreen SplashScreen SplashScreen SplashScreen

Gets the splash screen object, which provides information about the transition from the splash screen to the activated app.

public : SplashScreen SplashScreen { get; }public SplashScreen SplashScreen { get; }Public ReadOnly Property SplashScreen As SplashScreen// You can use this property in JavaScript.
Value
SplashScreen SplashScreen SplashScreen SplashScreen

The object that provides splash screen information.

Additional features and requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)
Capabilities
userDataAccountsProvider