c# - IsolatedStorageSettings ApplicationSettings for Windows Phone 应用 8 更新

标签 c# windows-phone

当应用程序通过 AppStore 更新时,Windows Phone 8 应用程序存储的设置是否被保存?

最佳答案

IsolatedStorageSettings 提供了一种方便的方法,可以将用户特定数据作为键值对存储在本地 IsolatedStorageFile 中,并具有应用程序的生命周期。 您可以找到更多关于 IsolatedStorageSettings Class 的信息.

所以答案是 Windows Phone 应用程序将保存应用程序更新后保存的所有数据。如果您卸载应用程序,您将丢失 IsolatedStorageSettings 中的所有数据。

关于c# - IsolatedStorageSettings ApplicationSettings for Windows Phone 应用 8 更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14493810/

相关文章:

windows-phone-7 - 当内容高度 > 2000px 时 WP7 ScrollViewer Bug

c# - 为什么是 RestSharp AddHeader ("Accept", "application/json"); = 到项目列表?

c# - 在 UWP 中解析 Json

c# - MVVM WPF 中的列表框滚动事件

c# - 如何通过 linq 查询对组中的元素进行排序,然后选择第一个?

c# - 从 C# 连接到 Amazon EC2 MySQL 时出错

C# 移动折线

c# - PHP 相当于 C# 字符串格式化

c# - 如何将虚拟 slider 创建为结合了 Button 和 TextBox 的 WPF-CustomControl

c# - 如何在 Windows Phone Mango 中订阅以获取 ShareLinkTask 通知?