<appSettings> 的 <clear> 元素

清除自定义应用程序设置。

configuration
  <appSettings>
    <clear>

语法

<appSettings>
  <clear />
</appSettings>

特性

父元素

描述
<appSettings> 包含自定义应用程序设置,如文件路径、XML Web service URL 或任何其他自定义应用程序配置信息。

子元素

示例

以下示例演示如何清除自定义配置设置:

<appSettings>
  <clear />
</appSettings>

请参阅