ServiceNameElementCollection.IndexOf(ServiceNameElement) Método

Definição

O método IndexOf(ServiceNameElement) recupera o índice do elemento de configuração especificado nesta 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 instância de ServiceNameElement cujo índice recuperar neste ServiceNameElementCollection.

Retornos

O índice do ServiceNameElement especificado neste ServiceNameElementCollection.

Aplica-se a