WebUIDialReceiverActivatedEventArgs.TileId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The ID of the app tile that launched the app.