SchemeSettingElementCollection.IndexOf(SchemeSettingElement) 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.
Index du SchemeSettingElement spécifié.
public:
int IndexOf(System::Configuration::SchemeSettingElement ^ element);
public int IndexOf (System.Configuration.SchemeSettingElement element);
member this.IndexOf : System.Configuration.SchemeSettingElement -> int
Public Function IndexOf (element As SchemeSettingElement) As Integer
Paramètres
- element
- SchemeSettingElement
SchemeSettingElement pour l'emplacement d'index spécifié.
Retours
Index du SchemeSettingElement spécifié ; sinon, -1.