LaunchActivatedEventArgs.TileId Property

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

Syntax

public:
property String^ TileId {
         String^ get ();
}  

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

Namespace: Windows.ApplicationModel.Activation

Metadata: windows.winmd

See also

Reference

LaunchActivatedEventArgs Class

LaunchActivatedEventArgs Members

Windows.ApplicationModel.Activation Namespace