Gets or sets an app-defined set of information that is passed from the secondary tile to the app on activation. This property is required when you create a tile.
Syntax
var arguments = secondaryTile.arguments;
secondaryTile.arguments = arguments;
Property value
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The argument string. This contents of this string are understood by the app. Any string longer than 2048 characters will be truncated.
Remarks
When an app is activated through this secondary tile (by click, touch, or keyboard), the tile sends this argument string to the app.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012