WebAccountProviderActivatedEventArgs
WebAccountProviderActivatedEventArgs
WebAccountProviderActivatedEventArgs
WebAccountProviderActivatedEventArgs
Class
Definition
Provides information to an app activated as a result of a web account provider operation.
public : sealed class WebAccountProviderActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgspublic sealed class WebAccountProviderActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgsPublic NotInheritable Class WebAccountProviderActivatedEventArgs Implements IActivatedEventArgs, IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
You access a WebAccountProviderActivatedEventArgs object when you implement an event handler that responds to Activated events when ActivationKind is WebAccountProvider.
Properties
Kind Kind Kind Kind
Gets the kind of web account provider activation.
public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.
The kind of web account provider activation.
Operation Operation Operation Operation
Gets the web account provider operation.
public : IWebAccountProviderOperation Operation { get; }public IWebAccountProviderOperation Operation { get; }Public ReadOnly Property Operation As IWebAccountProviderOperation// You can use this property in JavaScript.
- Value
- IWebAccountProviderOperation IWebAccountProviderOperation IWebAccountProviderOperation IWebAccountProviderOperation
Gets the web account provider operation.
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.
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.
The splash screen object which provides information about the transition from the splash screen to the activated app.
User User User User
Gets the user the app was activated for.
public : User User { get; }public User User { get; }Public ReadOnly Property User As User// You can use this property in JavaScript.
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|