ServiceNameElementCollection.IndexOf(ServiceNameElement) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 .