Share via


FilterElementCollection.IsElementRemovable(ConfigurationElement) 메서드

정의

요소를 제거할 수 있는지 여부를 나타내는 값을 가져옵니다.

protected:
 override bool IsElementRemovable(System::Configuration::ConfigurationElement ^ element);
protected override bool IsElementRemovable (System.Configuration.ConfigurationElement element);
override this.IsElementRemovable : System.Configuration.ConfigurationElement -> bool
Protected Overrides Function IsElementRemovable (element As ConfigurationElement) As Boolean

매개 변수

element
ConfigurationElement

제거 가능성을 확인할 구성 요소입니다.

반환

Boolean

요소를 제거할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상