IUserDataAccountProviderActivatedEventArgs Interface
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 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
- Derived
- 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
Kind |
Gets the reason that this app is being activated. (Inherited from IActivatedEventArgs) |
Operation |
Gets the user account management operation. |
PreviousExecutionState |
Gets the execution state of the app before this activation. (Inherited from IActivatedEventArgs) |
SplashScreen |
Gets the splash screen object that provides information about the transition from the splash screen to the activated app. (Inherited from IActivatedEventArgs) |