Windows Phone 8 动态磁贴上的数据绑定
本文关键字:数据绑定 Phone 动态 Windows | 更新日期: 2023-09-27 18:31:57
我正在尝试在我的Windows Phone 8应用程序中动态磁贴的"backcontent"中绑定一些字符串,以根据智能手机的语言更改文本,但我找不到方法。带有静态字符串的磁贴工作正常。这是我的"WMAppManifest.xml"的"令牌"块:
<Tokens>
<PrimaryToken TokenID="PhoMod_VToken" TaskName="_default">
<TemplateFlip >
<SmallImageURI IsRelative="true" IsResource="false">Assets'Tiles'IconicTileSmall.png</SmallImageURI>
<Count>0</Count>
<BackgroundImageURI IsRelative="true" IsResource="false">Assets'Tiles'IconicTileMedium.png</BackgroundImageURI>
<Title>PhoMod 3D
</Title>
<BackContent>Capture, view and share your world in 3D</BackContent>
<BackBackgroundImageURI IsRelative="true" IsResource="false">Assets'Tiles'IconicTileMedium_Back.png</BackBackgroundImageURI>
<BackTitle>PhoMod 3D
</BackTitle>
<LargeBackgroundImageURI IsRelative="true" IsResource="false">Assets'Tiles'IconicTileLarge.png</LargeBackgroundImageURI>
<LargeBackContent>Capture, view and share your world in 3D</LargeBackContent>
<LargeBackBackgroundImageURI IsRelative="true" IsResource="false">Assets'Tiles'IconicTileLarge_Back.png</LargeBackBackgroundImageURI>
<DeviceLockImageURI IsRelative="true" IsResource="false">
</DeviceLockImageURI>
<HasLarge>True</HasLarge>
</TemplateFlip>
</PrimaryToken>
</Tokens>
请建议一个方法。提前谢谢。
无法
将值绑定到 WMAppManifest.xml。需要以编程方式使用所需的文本创建新磁贴并更新默认磁贴。
检查以下链接:http://msdn.microsoft.com/en-us/library/windows/apps/jj206971%28v=vs.105%29.aspx
http://developer.nokia.com/community/wiki/Live_Tile_Templates_in_Windows_Phone_8