LockScreenCallActivatedEventArgs.TileId Property

Definition

Gets the identifier of the source that launched the app.

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

Property Value

String

Platform::String

winrt::hstring

The identifier of the tile.

Implements

Applies to