ServiceNameElementCollection.IndexOf(ServiceNameElement) メソッド

定義

IndexOf(ServiceNameElement) メソッドは、この ServiceNameElementCollection 内の指定された構成要素の位置を示すインデックスを取得します。

public:
 int IndexOf(System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ element);
public int IndexOf (System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element);
member this.IndexOf : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement -> int
Public Function IndexOf (element As ServiceNameElement) As Integer

パラメーター

element
ServiceNameElement

この ServiceNameElement 内のインデックスを取得する ServiceNameElementCollection インスタンス。

戻り値

Int32

この ServiceNameElement 内の指定された ServiceNameElementCollection のインデックス。

適用対象