Edit

Share via


TileVisual.Arguments Property

Definition

Gets or sets app-defined data that is passed back to your app via the TileActivatedInfo property on LaunchActivatedEventArgs when the user launches your app from the Live Tile. This allows you to know which Tile notifications your user saw when they tapped your Live Tile. On devices without the Anniversary Update, this will simply be ignored.

public string Arguments { get; set; }
member this.Arguments : string with get, set
Public Property Arguments As String

Property Value

Applies to