ServiceModelConfigurationElementCollection<ConfigurationElementType>.IndexOf 方法

定义

返回配置元素在此集合中的第一个匹配项的从零开始的索引。

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

要在集合中查找的配置元素。

返回

Int32

如果在集合中找到,则为 element 的索引;否则为 -1。

例外

elementnull

适用于