SecondaryTile.Arguments | arguments property

This topic has not yet been rated - Rate this topic

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

Windows.UI.StartScreen
Windows::UI::StartScreen [C++]

Metadata

Windows.winmd

See also

SecondaryTile
Secondary tiles sample

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.