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

以零起始的組態項目索引。

適用於