Windows Phone 7 中的首选项
如何通过代码使用 WP7 中的首选项以及类是什么?
我可以使用首选项活动和首选项管理器制作类似于 android 的东西吗? WP7里有类似的东西吗?
How can I use preferences in WP7 through code and what is the class?
Can I make something like in android with the preferences activity and the preferences manager? Is there anything similar to this in WP7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows Phone 7 框架中没有集中的设置/首选项管理。有关如何在应用程序中创建设置页面的指南,请查看 如何:为 Windows Phone 创建设置页面。
There is no centralized settings/preferences management in the Windows Phone 7 framework. For guidance on how to create a settings page within your application, take a look at How to: Create a Settings Page for Windows Phone on MSDN.