Gets the ID of the source that was invoked to launch the application.
Syntax
var tileId = webUILaunchActivatedEventArgs.tileId;
Property value
Type: String
The ID of the tile.
Remarks
As an example, if the user touches a tile to launch the app, then the source ID retrieved through this property is the tile's ID. The ID of an app's primary tile is the same as its AppUserModelId. Secondary tiles have an ID that is specified when they are created. Most other UI elements will set the source ID as the AppuserModelId of the app.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
Windows.UI.WebUI |
|
Metadata |
|
See also
Build date: 12/4/2012
