ServiceModelConfigurationElementCollection<ConfigurationElementType>.IndexOf 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回配置元素在此集合中的第一个匹配项的从零开始的索引。
public:
int IndexOf(ConfigurationElementType element);
public int IndexOf (ConfigurationElementType element);
member this.IndexOf : 'ConfigurationElementType -> int
Public Function IndexOf (element As ConfigurationElementType) As Integer
参数
- element
- ConfigurationElementType
要在集合中查找的配置元素。
返回
如果在集合中找到,则为 element
的索引;否则为 -1。
例外
element
为 null
。