ConfigurationElementCollection.IsElementRemovable 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示是否可从 ConfigurationElement 中移除指定 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
要检查的元素。
返回
如果可从此 ConfigurationElement 中移除指定的 ConfigurationElementCollection,则为 true
;否则为 false
。 默认值为 true
。
注解
在删除集合元素之前进行查询 IsElementRemovable 。