ILaunchActivatedEventArgs2 Interface

Definition

Provides additional information about the tile that launched your app.

public interface class ILaunchActivatedEventArgs2 : ILaunchActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.Guid(265518780, 40393, 18101, 154, 206, 189, 149, 212, 86, 83, 69)]
struct ILaunchActivatedEventArgs2 : ILaunchActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.Guid(265518780, 40393, 18101, 154, 206, 189, 149, 212, 86, 83, 69)]
public interface ILaunchActivatedEventArgs2 : ILaunchActivatedEventArgs
Public Interface ILaunchActivatedEventArgs2
Implements ILaunchActivatedEventArgs
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)

Properties

Arguments

Gets the arguments that are passed to the app during its launch activation.

(Inherited from ILaunchActivatedEventArgs)
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)
TileActivatedInfo

Gets additional information that is provided when the user launches your app from a tile. This will be null if the app is not launched from its tile or if the app is launched on a platform that doesn't support this property.

TileId

Gets the ID of the tile that was invoked to launch the app.

(Inherited from ILaunchActivatedEventArgs)

Applies to

See also