ServiceNameElementCollection.IndexOf(ServiceNameElement) Metodo

Definizione

Il IndexOf(ServiceNameElement) metodo recupera l'indice dell'elemento di configurazione specificato in questo ServiceNameElementCollectionoggetto .

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

Parametri

element
ServiceNameElement

ServiceNameElement Istanza di per recuperare l'indice di in questo ServiceNameElementCollectionoggetto .

Valori restituiti

Indice dell'oggetto specificato ServiceNameElement in questo ServiceNameElementCollectionoggetto .

Si applica a