ServiceModelConfigurationElementCollection<ConfigurationElementType>.IndexOf 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.
Retourne l'index de base zéro de la première occurrence d'un élément de configuration de cette collection.
public:
int IndexOf(ConfigurationElementType element);
public int IndexOf (ConfigurationElementType element);
member this.IndexOf : 'ConfigurationElementType -> int
Public Function IndexOf (element As ConfigurationElementType) As Integer
Paramètres
- element
- ConfigurationElementType
L'élément de configuration à localiser dans la collection.
Retours
L’index de element
s’il figure dans la collection ; sinon -1.
Exceptions
element
a la valeur null
.