IActivatedEventArgsWithUser Interface
Definition
Provides information about the user that the app was activated for.
public interface class IActivatedEventArgsWithUser : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(485530526, 39266, 18742, 128, 255, 175, 200, 232, 174, 92, 140)]
struct IActivatedEventArgsWithUser : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(485530526, 39266, 18742, 128, 255, 175, 200, 232, 174, 92, 140)]
public interface IActivatedEventArgsWithUser : IActivatedEventArgs
Public Interface IActivatedEventArgsWithUser
Implements IActivatedEventArgs
- Derived
- Attributes
- Implements
Windows 10 requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Properties
Kind |
Gets the reason that this app is being activated. (Inherited from IActivatedEventArgs) |
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) |
User |
Gets the user that the app was activated for. |