我想为app.config文件开发配置编辑器。我不需要描述 每个记录中的字段。 是否可以在配置部分appSettings中添加其他字段? 例如:
<appSettings>
<add key="Provider" description ="Data Provider Name" value="SqlServer"/>
...
当我这样做时,app会在这里捕获异常
System.Configuration.AppSettingsReader configurationAppSettings = new System.Configuration.AppSettingsReader();
答案 0 :(得分:0)
您是否尝试过查看ConfigurationSection?你可能想在msdn中查看这篇文章。使用ConfigurationSection http://msdn.microsoft.com/en-us/library/2tw134k3(v=vs.100).aspx
创建自定义配置节