0 out of 3 rated this helpful - Rate this topic

SecondaryTile.Exists | exists method

Checks whether a specific secondary tile exists for the calling app.

Syntax


var boolean = Windows.UI.StartScreen.SecondaryTile.exists(tileId);

Parameters

tileId

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

The unique ID string that was assigned to the tile when it was created.

Return value

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

True if the tile exists in the calling application; otherwise, false.

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

© 2013 Microsoft. All rights reserved.