Share via


ILaunchActivatedEventArgs2.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 = iLaunchActivatedEventArgs2.tileActivatedInfo;
Public ReadOnly Property TileActivatedInfo As TileActivatedInfo

Property Value

Information about the tile that launched the app.

Remarks

You do not have to check for

Applies to