ModelMetadata.ShowForDisplay 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 ou définit une valeur qui indique si le modèle doit être affiché dans l'interface utilisateur en mode d'affichage (par opposition au mode d'édition).
public:
virtual property bool ShowForDisplay { bool get(); void set(bool value); };
public virtual bool ShowForDisplay { get; set; }
member this.ShowForDisplay : bool with get, set
Public Overridable Property ShowForDisplay As Boolean
Valeur de propriété
true
si le modèle doit s'afficher mode d'affichage ; sinon, false
. La valeur par défaut est true
.