Share via


<appSettings> の <clear> 要素

カスタム アプリケーション設定を消去します。

configuration
  <appSettings>
    <clear>

構文

<appSettings>
  <clear />
</appSettings>

属性

なし

親要素

説明
<appSettings> ファイル パス、XML Web サービス URL、その他のカスタム アプリケーション構成情報など、カスタム アプリケーションの設定が含まれています。

子要素

なし

次の例では、カスタム構成設定を消去する方法を示しています。

<appSettings>
  <clear />
</appSettings>

関連項目