ConfigurationElementCollection.IsElementRemovable 메서드

정의

지정한 ConfigurationElementConfigurationElementCollection에서 제거할 수 있는지 여부를 나타냅니다.

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

매개 변수

element
ConfigurationElement

확인할 요소입니다.

반환

지정된 ConfigurationElement를 이 ConfigurationElementCollection에서 제거할 수 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

설명

컬렉션 요소를 제거하기 전에 쿼리 IsElementRemovable 합니다.

적용 대상