ServiceNameElementCollection.IndexOf(ServiceNameElement) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.