BypassElementCollection.IndexOf(BypassElement) メソッド

定義

指定した構成要素のインデックスを返します。

public:
 int IndexOf(System::Net::Configuration::BypassElement ^ element);
public int IndexOf (System.Net.Configuration.BypassElement element);
member this.IndexOf : System.Net.Configuration.BypassElement -> int
Public Function IndexOf (element As BypassElement) As Integer

パラメーター

戻り値

element の 0 から始まるインデックス。

適用対象