InputBase<TValue>.EditContext Propriété
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.
Obtient le associé EditContext. Cette propriété n’est pas initialisée si l’entrée n’a pas de parent EditForm.
protected:
property Microsoft::AspNetCore::Components::Forms::EditContext ^ EditContext { Microsoft::AspNetCore::Components::Forms::EditContext ^ get(); void set(Microsoft::AspNetCore::Components::Forms::EditContext ^ value); };
protected Microsoft.AspNetCore.Components.Forms.EditContext EditContext { get; set; }
member this.EditContext : Microsoft.AspNetCore.Components.Forms.EditContext with get, set
Protected Property EditContext As EditContext