TrackingConfigurationCollection<TConfigurationElement>.IndexOf 方法

定义

获取指定的配置元素的索引。

public:
 int IndexOf(TConfigurationElement element);
public int IndexOf (TConfigurationElement element);
member this.IndexOf : 'ConfigurationElement -> int
Public Function IndexOf (element As TConfigurationElement) As Integer

参数

element
TConfigurationElement

配置元素。

返回

Int32

从零开始的配置元素的索引。

适用于