ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) 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 l’objet ProfilePropertySettings spécifié.
public:
int IndexOf(System::Web::Configuration::ProfilePropertySettings ^ propertySettings);
public int IndexOf (System.Web.Configuration.ProfilePropertySettings propertySettings);
member this.IndexOf : System.Web.Configuration.ProfilePropertySettings -> int
Public Function IndexOf (propertySettings As ProfilePropertySettings) As Integer
Paramètres
- propertySettings
- ProfilePropertySettings
Objet ProfilePropertySettings de la collection.
Retours
Index de l'objet ProfilePropertySettings spécifié ou -1 si l'objet est introuvable dans la collection.