次の方法で共有


ServiceModelConfigurationElementCollection<ConfigurationElementType>.IndexOf メソッド

定義

構成要素がこのコレクションで最初に出現する位置の 0 から始まるインデックスを返します。

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です。

適用対象