Share via


WebUIDialReceiverActivatedEventArgs.TileId Property

Definition

Gets the identifier of the source tile that launched the app.

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

Property Value

String

Platform::String

winrt::hstring

The ID of the app tile that launched the app.

Implements

Applies to