c0D3l0g1c
c0D3l0g1c

Reputation: 3164

Metro App Pin/Unpin to Start screen

How do I pin/unpin an application to the Windows 8 start screen using C#?

Upvotes: 0

Views: 850

Answers (1)

Jim O'Neil
Jim O'Neil

Reputation: 23764

You can pin secondary tiles to the start screen via RequestCreateAsync (or one of its variants), but this step requires user approval.

If you mean create the main tile for an application that's listed in All apps, but perhaps the user had previously opted to remove the tile from the Start Screen, AFAIK there's no equivalent API for that, and it would occur only through the user opting to do so via the Start Screen UI.

Upvotes: 1

Related Questions