KeyValueConfigurationCollection.Remove(String) 메서드

정의

KeyValueConfigurationElement 컬렉션에서 개체를 제거합니다.

public:
 void Remove(System::String ^ key);
public void Remove(string key);
member this.Remove : string -> unit
Public Sub Remove (key As String)

매개 변수

key
String

를 지정하는 문자열입니다 key.

설명

개체를 찾을 수 없는 경우 Remove는 예외를 throw하지 않습니다.

적용 대상