Windows Phone:类库中的IsolatedStorage设置

时间:2014-08-21 22:04:34

标签: c# windows-phone-7 isolatedstorage

我正在尝试为Windows Phone创建帮助程序库。所以,我已经创建了类库项目,我想为IsolatedStorageSettings编写助手。但是类库只能找到IsolatedStorageFile。有没有办法在类库中使用IsolatedStorageSettings?非常感谢!

1 个答案:

答案 0 :(得分:1)

您需要引用System.Windows.dll,其中IsolatedStorageSettings is defined.

每当你需要在框架中使用一个类而你不知道它在哪里时,只需转到文档并查看顶部......

  

继承层次结构
  System.Object的
   System.IO.IsolatedStorage.IsolatedStorageSettings
  命名空间:System.IO.IsolatedStorage
  程序集:System.Windows(在System.Windows.dll中)