Show app name on Tile update(在磁贴更新上显示应用名称)
问题描述
我正在开发一个简单的应用程序,它会不时更新其磁贴.
I am developing a simple app which updates its tile time to time.
我需要我的应用始终在磁贴上显示其名称.因此,我在我的应用清单中将 Show Name
设置为 All Logos
.
I need my app to show its name on the tile all the time. Therefore, I set the Show Name
to All Logos
in my app manifest.
问题是,当我的应用更新其磁贴(使用 TileSquareBlock
磁贴模板)时,应用名称将被应用徽标替换.
The problem is that when my app updates its tile (using TileSquareBlock
tile template) the app name would be replaced by app Logo.
如何在更新后将我的应用名称保留在磁贴上?
How can I keep my app name on tile after updating?
推荐答案
在磁贴通知 XML 中,将name"指定为 品牌属性.使用此属性,可以指定磁贴是否显示应用程序徽标、名称或不显示任何内容.
In the tile notification XML, specify "name" as the value for the branding attribute. Using this attribute, one can specify whether the tile shows the app logo, the name, or nothing.
这篇关于在磁贴更新上显示应用名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在磁贴更新上显示应用名称


- C#MongoDB使用Builders查找派生对象 2022-09-04
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01