AuthenticationModuleElementCollection.IndexOf メソッド

定義

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

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

パラメーター

返品

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

適用対象

こちらもご覧ください