ILaunchActivatedEventArgs2 ILaunchActivatedEventArgs2 ILaunchActivatedEventArgs2 ILaunchActivatedEventArgs2 Interface

Definition

Provides additional information about the tile that launched your app.

public : interface ILaunchActivatedEventArgs2public interface ILaunchActivatedEventArgs2Public Interface ILaunchActivatedEventArgs2// You can use this interface in JavaScript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Inherited Members

Inherited properties

Properties

TileActivatedInfo TileActivatedInfo TileActivatedInfo 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.

public : TileActivatedInfo TileActivatedInfo { get; }public TileActivatedInfo TileActivatedInfo { get; }Public ReadOnly Property TileActivatedInfo As TileActivatedInfo// You can use this property in JavaScript.
Value
TileActivatedInfo TileActivatedInfo TileActivatedInfo TileActivatedInfo

Information about the tile that launched the app.

Remarks

You do not have to check for

See Also