SecondaryTile.SecondaryTile() constructor

1 out of 1 rated this helpful - Rate this topic

Creates a SecondaryTile object. The caller must then set any required properties through the object before attempting to pin, update, or delete the tile.

Syntax


var secondaryTile = new Windows.UI.StartScreen.SecondaryTile();

Parameters

This constructor has no parameters.

Remarks

Mandatory tile properties, such as the display name, must be set through calls to other methods of this class before the tile can be activated.

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
SecondaryTile(String)
SecondaryTile(String, String, String, String, TileOptions, Uri)
SecondaryTile(String, String, String, String, TileOptions, Uri, Uri)
Secondary tiles sample

 

 

Build date: 12/4/2012

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