WebUILaunchActivatedEventArgs.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 = webUILaunchActivatedEventArgs.tileActivatedInfo;
Public ReadOnly Property TileActivatedInfo As TileActivatedInfo
Property Value
Information about the tile that launched the app.
Implements
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|