LaunchActivatedEventArgs.TileActivatedInfo Property

Definition

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:
 property TileActivatedInfo ^ TileActivatedInfo { TileActivatedInfo ^ get(); };
TileActivatedInfo TileActivatedInfo();
public TileActivatedInfo TileActivatedInfo { get; }
var tileActivatedInfo = launchActivatedEventArgs.tileActivatedInfo;
Public ReadOnly Property TileActivatedInfo As TileActivatedInfo

Property Value

Information about the tile that launched the app.

Implements

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to