我只是在 WPA 应用程序中使用 JumpList。我已将此代码添加到我的App.xaml
:
<JumpList.JumpList>
<JumpList ShowRecentCategory="False" ShowFrequentCategory="False">
<JumpTask Title="New Note" Description="Create new note"
Arguments="/new" CustomCategory="Actions"/>
</JumpList>
</JumpList.JumpList>
然后我决定不在我的应用程序中包含该功能,因此我删除了这些代码行,但是当我右键单击任务栏图标时,该项目仍在 JumpList 上。
我找到了指向从中删除文件的解决方案%APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations\
,但没有帮助。
清理或重建项目没有帮助。