启用“Toast 通知"适用于 Windows 8 商店应用程序

问题描述:

我想为我正在构建的 Windows 8 商店应用程序启用 Toast 通知.

I'd like to enable Toast Notifications for a Windows 8 Store Application i am building.

文档说:只需在应用程序 UI 选项卡的通知部分中将 Toast Capable 选项设置为是"即可."

The documentation says: "Simply set the Toast Capable option to "Yes" in the Notifications section of the Application UI tab."

(取自 如何选择 Toast 通知)

不幸的是,Visual Studio 清单编辑器似乎没有这个选项.

Unfortunately, the Visual Studio manifest editor doesn't seem to have this option.

我错过了什么吗?

*我知道这可以通过编辑清单文件来完成,但我只是想知道为什么 Visual Studio 中缺少它

*I know this can be done by editing the manifest file, but i am just wondering why it is missing from Visual Studio

可从 Visual Studio 清单编辑器访问.确保您位于应用程序 UI"选项卡上.然后在底部,选择左侧边栏中的所有图像资产",在通知"部分下,第一个选项是Toast 功能".

It is accessible from the Visual Studio manifest editor. Make sure that you are on the "Application UI" tab. Then at the bottom, select "All Image Assets" in the left-hand sidebar, and under a "Notifications" section, the first option is "Toast capable".