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모델을 표시 모드로 표시해야 하면 이고, 그렇지 않으면 . false 기본값은 true입니다.

적용 대상

추가 정보