ServiceNameElementCollection.IndexOf(ServiceNameElement) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 インスタンス。
戻り値
この ServiceNameElement 内の指定された ServiceNameElementCollection のインデックス。