问题描述
大家好,
我正在为XAML中的Windows Store(8.1)开发Pin To Start功能。
我正在使用'SecondaryTile'类来实现这个功能。
一旦SecondaryTile被固定开始,我想每隔24小时从背景更新它的显示文本。
但是SecondaryTile类中当前的UpdateAsync方法不支持这个。
所以任何人都可以为我提供一个解决方案,我该如何实现这个功能。 br />
以下是SecondaryTile类的链接。
[]
任何帮助都将是赞赏。
谢谢,
P Dash
Hi All,
I'm developing the "Pin To Start" functionality for Windows Store(8.1) in XAML.
I'm using 'SecondaryTile' class to achieve this functionality.
Once a SecondaryTile is pinned to start I want to update the "Display Text" of it from background every 24 Hrs.
But the current "UpdateAsync" method in SecondaryTile class doesn't support this.
So can anyone provide me a solution how can I achieve this functionality.
The following is the link of SecondaryTile class.
SecondaryTile Class[^]
Any help would be appreciated.
Thanks,
P Dash
推荐答案
这篇关于如何在Windows应用商店应用(8.1)开发中从后台更新SecondaryTile?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!