SecondaryTile.DisplayName | displayName property

This topic has not yet been rated - Rate this topic

Gets or sets a long name that is associated and displayed with the tile. Instances of where this name is used include the tile's tooltip, next to the small tile representation in the All Programs list, and some Control Panel applications. This property is required when you create a tile.

Syntax


var displayName = secondaryTile.displayName;
secondaryTile.displayName = displayName;

Property value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The display name. There is no restriction on the display name length or the characters that it can contain.

Remarks

This display name is visible to searches.

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.