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

확인할 요소입니다.

반품

지정된 값을 이 항목에서 제거할 수 있으면 이 고, 그렇지 않으면 .입니다. 기본값은 true입니다.

설명

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

적용 대상