WebUIUserDataAccountProviderActivatedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data when an app is activated to manage user accounts.
public ref class WebUIUserDataAccountProviderActivatedEventArgs sealed : IUserDataAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIUserDataAccountProviderActivatedEventArgs final : IUserDataAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIUserDataAccountProviderActivatedEventArgs : IUserDataAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIUserDataAccountProviderActivatedEventArgs
Implements IActivatedEventArgsDeferral, IUserDataAccountProviderActivatedEventArgs
- Inheritance
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
App capabilities |
userDataAccountsProvider
|
Properties
ActivatedOperation |
Gets the operation that activated the app. |
Kind |
Gets the activation type. |
Operation |
Gets the user account provider operation. |
PreviousExecutionState |
Gets the execution state of the app before it was activated. |
SplashScreen |
Gets the splash screen object, which provides information about the transition from the splash screen to the activated app. |