Share via


ServiceNameElementCollection.IndexOf(ServiceNameElement) Método

Definición

El método IndexOf(ServiceNameElement) recupera el índice que tiene el elemento de configuración especificado en este objeto 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

Instancia de ServiceNameElement cuyo índice en este objeto ServiceNameElementCollection se va a recuperar.

Devoluciones

Índice que tiene la instancia especificada de ServiceNameElement en este objeto ServiceNameElementCollection.

Se aplica a