如何将 app.config 与 Visual Studio 加载项一起使用?
我正在构建一个简单的 VS2008 插件。 存储自定义运行时设置的最佳实践是什么? app.config 存储在哪里以及如何从加载项访问它?
I'm building a simple VS2008 add-in. What is the best practice for storing custom run-time settings? Where do you store the app.config and how do you access it from the add-in?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 System.IO.IsolatedStorageFile (尚未测试示例代码..只是为了展示想法)
写作
阅读
Try something like this with System.IO.IsolatedStorageFile (haven't tested sample code.. it's just to show the idea)
Writing
Reading