다음을 통해 공유


<appSettings>에 대한 <remove> 요소

사용자 지정 애플리케이션 설정을 제거합니다.

<configuration>
  <appSettings>
    <remove>

구문

<appSettings>
  <remove key="Key of custom setting" />
</appSettings>

attribute

Description
key 필수 특성입니다.

제거할 키의 이름을 지정합니다.

부모 요소

Description
<appSettings> 파일 경로, XML Web services URL 또는 애플리케이션의 기타 사용자 지정 구성 정보와 같은 사용자 지정 애플리케이션 설정이 포함되어 있습니다.

자식 요소

없음

예제

다음 예제에서는 ApplicationName에 대한 사용자 지정 구성 설정을 제거하는 방법을 보여 줍니다.

<appSettings>
  <remove key="ApplicationName" />
</appSettings>

참고 항목