配置节架构

更新:2007 年 11 月

配置节架构包含将自定义设置放置在配置文件中的元素。

<configuration>

   <configSections>

      <clear>

      <remove>

      <section>

      <sectionGroup>

元素

说明

configSections 的 clear 元素(常规设置架构)

清除所有以前定义的节和节组。

configSections 元素(常规设置架构)

包含配置节和命名空间声明。

configSections 的 remove 元素(常规设置架构)

移除预定义的节或节组。

configSections 的 section 元素(常规设置架构)

包含配置节声明。

configSections 的 sectionGroup 元素(常规设置架构)

为配置节定义命名空间。

请参见

其他资源

.NET Framework 的配置文件架构