如何通知UWP应用其辅助磁贴已被用户删除(取消固定)?

时间:2019-03-08 19:46:23

标签: uwp windows-10

在Windows 10中,应用程序可以将辅助磁贴固定到开始菜单。 当用户删除(取消固定)此类图块时,如何通知应用程序?

1 个答案:

答案 0 :(得分:0)

您可以查询API来查看需要提供信息的图块是否存在:

// Check if the secondary tile is pinned
bool isPinned = SecondaryTile.Exists(tileId);

仅此而已,没有通知:https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/secondary-tiles-pinning