ServiceNameElementCollection.IndexOf(ServiceNameElement) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 da qual recuperar o índice neste ServiceNameElementCollection.
Retornos
O índice do especificado ServiceNameElement neste ServiceNameElementCollection.