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

属性值

如果应在显示模式下显示模型,则为 . 默认值为 true

适用于

另请参阅