WebUILaunchActivatedEventArgs.TileId Property

Definition

Gets the ID of the source that was invoked to launch the application.

public:
 property Platform::String ^ TileId { Platform::String ^ get(); };
winrt::hstring TileId();
public string TileId { get; }
var string = webUILaunchActivatedEventArgs.tileId;
Public ReadOnly Property TileId As String

Property Value

String

Platform::String

winrt::hstring

The ID of the tile.

Implements

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.

Applies to