ServiceNameElementCollection.IndexOf(ServiceNameElement) Método

Definição

O IndexOf(ServiceNameElement) método recupera o índice do elemento de configuração especificado neste 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

Parâmetros

element
ServiceNameElement

A ServiceNameElement instância para recuperar o índice de neste ServiceNameElementCollection.

Devoluções

O índice do especificado ServiceNameElement neste ServiceNameElementCollection.

Aplica-se a