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

構成要素の 0 から始まるインデックス。

適用対象