ServiceNameElementCollection.IndexOf(ServiceNameElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.