EnumGroupAndName Constructeurs
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.
Surcharges
EnumGroupAndName(String, Func<String>) |
Initialise une nouvelle instance de la structure EnumGroupAndName. |
EnumGroupAndName(String, String) |
Initialise une nouvelle instance de la structure EnumGroupAndName. Ce constructeur ne doit pas être utilisé dans un site où la localisation est importante. |
EnumGroupAndName(String, Func<String>)
- Source:
- EnumGroupAndName.cs
- Source:
- EnumGroupAndName.cs
- Source:
- EnumGroupAndName.cs
Initialise une nouvelle instance de la structure EnumGroupAndName.
public:
EnumGroupAndName(System::String ^ group, Func<System::String ^> ^ name);
public EnumGroupAndName (string group, Func<string> name);
new Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName : string * Func<string> -> Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName
Public Sub New (group As String, name As Func(Of String))
Paramètres
- group
- String
Nom de groupe.
Func<TResult> qui retourne le nom.
S’applique à
EnumGroupAndName(String, String)
- Source:
- EnumGroupAndName.cs
- Source:
- EnumGroupAndName.cs
- Source:
- EnumGroupAndName.cs
Initialise une nouvelle instance de la structure EnumGroupAndName. Ce constructeur ne doit pas être utilisé dans un site où la localisation est importante.
public:
EnumGroupAndName(System::String ^ group, System::String ^ name);
public EnumGroupAndName (string group, string name);
new Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName : string * string -> Microsoft.AspNetCore.Mvc.ModelBinding.EnumGroupAndName
Public Sub New (group As String, name As String)
Paramètres
- group
- String
Nom de groupe.
- name
- String
Nom.