Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.02 KB

startscreenmanager_tryremovesecondarytileasync_869407840.md

File metadata and controls

28 lines (19 loc) · 1.02 KB
-api-id -api-type
M:Windows.UI.StartScreen.StartScreenManager.TryRemoveSecondaryTileAsync(System.String)
winrt method

Windows.UI.StartScreen.StartScreenManager.TryRemoveSecondaryTileAsync

-description

Tries to remove the specified secondary tile from Start.

-parameters

-param tileId

The TileId of the SecondaryTile you want to remove.

-returns

A boolean representing whether the tile is not on Start. If removing wasn't allowed, this returns false.

-remarks

This API is only relevant when you are pinning your tiles to multiple surfaces, like pinning secondary tiles to taskbar. If you only pin secondary tiles to Start, you should instead use SecondaryTile.RequestDeleteAsync which has been present since the first version of Windows 10.

-see-also

-examples