ILaunchActivatedEventArgs2.TileActivatedInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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