FieldIdentifier(Object, String) Constructeur
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.
Initialise une nouvelle instance de la structure FieldIdentifier.
public:
FieldIdentifier(System::Object ^ model, System::String ^ fieldName);
public FieldIdentifier (object model, string fieldName);
new Microsoft.AspNetCore.Components.Forms.FieldIdentifier : obj * string -> Microsoft.AspNetCore.Components.Forms.FieldIdentifier
Public Sub New (model As Object, fieldName As String)
Paramètres
- model
- Object
Objet qui possède le champ.
- fieldName
- String
Nom du champ modifiable.