Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created February 18, 2020 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/d5a690e7b1868f074e4a9f539d5b163e to your computer and use it in GitHub Desktop.
Save MartinZikmund/d5a690e7b1868f074e4a9f539d5b163e to your computer and use it in GitHub Desktop.
var isPinned = await taskbarManager.IsCurrentAppPinnedAsync();
if (!isPinned)
{
// oh, app is not pinned yet!
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment