DialReceiverActivatedEventArgs.TileId Property

Definition

Gets the unique tile identifier for the calling app.

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

Property Value

String

Platform::String

winrt::hstring

The unique tile identifier for the calling app.

Implements

Applies to