Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想了解在 Windows Phone 或 Windows 8 项目的 ViewModel 中访问独立存储是否可以?
我不明白为什么不。MVVM 的目的是打破 UI 和业务逻辑之间的依赖关系。隔离存储与 UI 无关,因此可以在视图模型中使用。