WP7 使用代码更改 Tile 元素

发布于 2024-11-28 13:33:20 字数 164 浏览 3 评论 0原文

是否可以通过代码更改图块背景图像。该场景是“初始图块图像(不是默认图像,我创建了自己的图像并将其设置为图块选项下的Background.png)通过推送图块通知并在用户打开时使用新的图块背景图像进行更新应用程序(激活或启动)我必须更改新的图块背景图像,该背景图像是通过将通知推送到初始图块图像来更新的”。这可能吗?

Is it possible to change the tile background image through code. The scenario is "The initial tile image(not the default image, I have created my own image and set it as the Background.png under tile options) is updated with a new tile background image through pushing a Tile notification and when the user opens the app(either activating or launching) I have to change the new tile background image which was updates through push notification to the initial tile image". Is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

滿滿的愛 2024-12-05 13:33:20

在 7.0 中,只需让您的应用程序调用通知服务器即可发送新的磁贴通知。

在 7.1 中,您可以使用 ShellTile.ActiveTiles 访问磁贴并更新它。

In 7.0, just have your app call your notification server to send a new tile notification.

In 7.1 you can use ShellTile.ActiveTiles to access the tile and update it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文