다음을 통해 공유


ServiceModelEnhancedConfigurationElementCollection<TConfigurationElement>.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

추가할 ConfigurationElement입니다.

적용 대상