ConfigurationElementCollection.IsElementName(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示指定的 ConfigurationElement 是否存在于 ConfigurationElementCollection 中。
protected:
virtual bool IsElementName(System::String ^ elementName);
protected virtual bool IsElementName (string elementName);
abstract member IsElementName : string -> bool
override this.IsElementName : string -> bool
Protected Overridable Function IsElementName (elementName As String) As Boolean
参数
- elementName
- String
要验证的元素的名称。
返回
如果集合中存在该元素,则为 true
;否则为 false
。 默认值为 false
。
注解
IsElementName重写 方法以提供自定义行为。