ProfilePropertySettingsCollection.Get 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.
Renvoie un objet ProfileSection.
Surcharges
| Nom | Description |
|---|---|
| Get(Int32) |
Retourne l’objet ProfileSection à l’index spécifié. |
| Get(String) |
Retourne l’objet ProfileSection portant le nom spécifié. |
Get(Int32)
Retourne l’objet ProfileSection à l’index spécifié.
public:
System::Web::Configuration::ProfilePropertySettings ^ Get(int index);
public System.Web.Configuration.ProfilePropertySettings Get(int index);
member this.Get : int -> System.Web.Configuration.ProfilePropertySettings
Public Function Get (index As Integer) As ProfilePropertySettings
Paramètres
- index
- Int32
Index de l’objet ProfileSection à obtenir.
Retours
Objet ProfileSection à l’index spécifié, ou null s’il n’existe aucun objet à cet index.
Voir aussi
S’applique à
Get(String)
Retourne l’objet ProfileSection portant le nom spécifié.
public:
System::Web::Configuration::ProfilePropertySettings ^ Get(System::String ^ name);
public System.Web.Configuration.ProfilePropertySettings Get(string name);
member this.Get : string -> System.Web.Configuration.ProfilePropertySettings
Public Function Get (name As String) As ProfilePropertySettings
Paramètres
- name
- String
Nom de l’objet ProfileSection à obtenir.
Retours
Objet ProfileSection portant le nom spécifié ou null s’il n’existe pas.