다음을 통해 공유


ServiceModelConfigurationElementCollection<ConfigurationElementType>.Add 메서드

정의

지정된 구성 요소를 이 컬렉션에 추가합니다.

public:
 void Add(ConfigurationElementType element);
public void Add (ConfigurationElementType element);
member this.Add : 'ConfigurationElementType -> unit
Public Sub Add (element As ConfigurationElementType)

매개 변수

element
ConfigurationElementType

추가할 구성 요소입니다.

예외

elementnull이거나 비어 있는 경우

적용 대상