wp7 isolatedstoragesettings.save再次重写整个数据

时间:2012-08-15 14:50:40

标签: c# windows-phone-7 isolatedstorage

我正在为wp7开发一个应用程序。我使用Isolatedstoragesettings来保存我的数据。

我想知道IsolatedStorageSettings.save()是否会逐步保存数据 或者它是否完全重写数据,即再次重写已经存储的数据。

1 个答案:

答案 0 :(得分:0)

它会再次重写整个字典。