WebUIWebAccountProviderActivatedEventArgs
WebUIWebAccountProviderActivatedEventArgs
WebUIWebAccountProviderActivatedEventArgs
WebUIWebAccountProviderActivatedEventArgs
Class
Definition
Represents the arguments involved in activated a web account provider.
public : sealed class WebUIWebAccountProviderActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferralpublic sealed class WebUIWebAccountProviderActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferralPublic NotInheritable Class WebUIWebAccountProviderActivatedEventArgs Implements IActivatedEventArgs, IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
ActivatedOperation ActivatedOperation ActivatedOperation ActivatedOperation
Gets the activated operation.
public : ActivatedOperation ActivatedOperation { get; }public ActivatedOperation ActivatedOperation { get; }Public ReadOnly Property ActivatedOperation As ActivatedOperation// You can use this property in JavaScript.
The activated operation.
Kind Kind Kind Kind
Gets the kind of 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 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.
PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState
Gets the previous execution state of the app.
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.
SplashScreen SplashScreen SplashScreen SplashScreen
Gets the splash screen.
public : SplashScreen SplashScreen { get; }public SplashScreen SplashScreen { get; }Public ReadOnly Property SplashScreen As SplashScreen// You can use this property in JavaScript.
The splash screen.
User User User User
Gets the user that 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)
|
Remarks
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session (such as Xbox) this property returns the logged-in user that the app was activated for.
This property returns null when a multi-user application is activated with no specific user context.
Multi-user apps can use this property to allow or restrict app behavior. For example, you might restrict access to content or features based on the user’s credentials.