隔离存储、OOB 和删除应用程序
删除 OOB 应用程序后,隔离存储创建的文件会发生什么情况?它们会保留还是文件也被删除?据我所知,这些文件将得到维护,以便可以通过浏览器中的同一应用程序访问它们。正确的?
What happens to the files created by Isolated Storage when the OOB app is removed? Do they remain or are the files also deleted? From what I can deduct the files would be maintained so they can be accessed by the same app in browser. Right?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正确,隔离的存储文件仍然存在。
最终用户可以通过 Silverlight 配置对话框删除所有隔离的存储数据或特定应用程序的数据。它可以在“开始”菜单/“应用程序”菜单中使用,也可以通过右键单击插件来使用。
Correct, the isolated storage files remain.
End users can remove all isolated storage data, or data for a specific app, through the Silverlight Configuration dialog. It is available both in the Start Menu / Applications menu, or by right-clicking on the plugin.