简体   繁体   English

IsolatedStorageSettings适用于Windows Phone app 8的ApplicationSettings

[英]IsolatedStorageSettings ApplicationSettings for Windows Phone app 8 updates

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

IsolatedStorageSettings provide a convenient way to store user specific data as key-value pairs in a local IsolatedStorageFile with an lifespan of the application. IsolatedStorageSettings提供了一种方便的方法,可以将用户特定数据作为键值对存储在具有应用程序生命周期的本地IsolatedStorageFile中。 You can find more about IsolatedStorageSettings Class . 您可以找到有关IsolatedStorageSettings类的更多信息。

So the answer is that Windows Phone app will save any data saved after app update. 所以答案是Windows Phone应用程序将保存应用程序更新后保存的所有数据。 If you uninstall app you lose all your data from IsolatedStorageSettings. 如果您卸载应用程序,则会丢失IsolatedStorageSettings中的所有数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM