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의 인덱스입니다.

적용 대상