共用方式為


ModelMetadata.ShowForDisplay 屬性

定義

取得或設定值,指定模型是否應該以顯示模式 (而不是編輯模式) 顯示在 UI 中。

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

屬性值

Boolean

如果應該以顯示模式來顯示模型,則為 true,否則為 false。 預設為 true

適用於

另請參閱