다음을 통해 공유


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입니다.

적용 대상

추가 정보