ServiceModelConfigurationElementCollection<ConfigurationElementType>.BaseAdd 메서드

정의

지정된 ConfigurationElement 개체를 이 컬렉션에 추가합니다.

protected:
 override void BaseAdd(System::Configuration::ConfigurationElement ^ element);
protected override void BaseAdd (System.Configuration.ConfigurationElement element);
override this.BaseAdd : System.Configuration.ConfigurationElement -> unit
Protected Overrides Sub BaseAdd (element As ConfigurationElement)

매개 변수

element
ConfigurationElement

추가할 구성 요소입니다.

예외

elementnull이거나 비어 있는 경우

구성 파일에 element와 동일한 기존 요소가 포함되어 있을 경우

적용 대상