用户定义的App.config部分

时间:2016-01-29 21:20:13

标签: .net config app-config configuration-files configurationmanager

我想知道我的app.config中是否可以使用以下XML。如果是的话,我怎样才能实现这一点,或者比这更好的事情也会有所帮助!

<DefaultTestData>
<TestData>
  <DEV>
    <Roles name="Role1">
      <add att1="" att2=""></add>
    </Roles>
    <Roles name="Role2">
      <add att1="" att2=""></add>
    </Roles>
  </DEV>
  <Test>
    <Roles name="Role1">
      <add att1="" att2=""></add>
    </Roles>
    <Roles name="Role2">
      <add att1="" att2=""></add>
    </Roles>
  </Test>
  <Production>
    <Roles name="Role1">
      <add att1="" att2=""></add>
    </Roles>
    <Roles name="Role2">
      <add att1="" att2=""></add>
    </Roles>
  </Production>
</TestData>

0 个答案:

没有答案