ConfigurationElementCollection.IsElementRemovable(ConfigurationElement) 메서드
정의
지정한 ConfigurationElement를 ConfigurationElementCollection에서 제거할 수 있는지 여부를 나타냅니다.Indicates whether the specified ConfigurationElement can be removed from the ConfigurationElementCollection.
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
확인할 요소입니다.The element to check.
반환
지정된 ConfigurationElement를 이 ConfigurationElementCollection에서 제거할 수 있으면 true
이고, 그렇지 않으면 false
입니다.true
if the specified ConfigurationElement can be removed from this ConfigurationElementCollection; otherwise, false
. 기본값은 true
입니다.The default is true
.
설명
쿼리 IsElementRemovable 컬렉션 요소를 제거 하기 전에 합니다.Query IsElementRemovable before removing a collection element.