ServiceNameElementCollection.IndexOf(ServiceNameElement) Método

Definición

El IndexOf(ServiceNameElement) método recupera el índice del elemento de configuración especificado en este 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 ServiceNameElement de que se va a recuperar el índice de en este ServiceNameElementCollection.

Devoluciones

Índice del especificado ServiceNameElement en este ServiceNameElementCollectionobjeto .

Se aplica a