gpt4 book ai didi

c# - 如何获取 IsolatedStorage 中文件的路径?

转载 作者:太空宇宙 更新时间:2023-11-03 13:36:01 26 4
gpt4 key购买 nike

我想将存储在 IsolatedStorage 中的图像设置为图 block 的背景图像。

我们以这种方式创建图 block :

StandardTileData tile = new StandardTileData();

现在 tile.BackgroundImage 接受一个 Uri。 IsolatedStorage 中 /MyFolder/MyFile.png 中图像的完整路径是什么?

最佳答案

tile.BackgroundImage = new Uri("isostore:/MyFolder/MyFile.png", UriKind.Absolute);

以下是有关 WP8 中数据的更多信息:http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402541(v=vs.105).aspx

关于c# - 如何获取 IsolatedStorage 中文件的路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18686980/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com