Share via


ServiceNameElementCollection.IndexOf(ServiceNameElement) Méthode

Définition

La méthode IndexOf(ServiceNameElement) récupère l'index de l'élément de configuration spécifié dans ce 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

Paramètres

element
ServiceNameElement

Instance de ServiceNameElement dans laquelle récupérer l'index de ce ServiceNameElementCollection.

Retours

Index du ServiceNameElement spécifié dans ce ServiceNameElementCollection.

S’applique à