EntityCommand.DesignTimeVisible 속성

정의

명령 개체를 Windows Form 디자이너 컨트롤에 표시할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 virtual property bool DesignTimeVisible { bool get(); void set(bool value); };
public override bool DesignTimeVisible { get; set; }
member this.DesignTimeVisible : bool with get, set
Public Overrides Property DesignTimeVisible As Boolean

속성 값

명령 개체를 Windows Form 디자이너 컨트롤에 표시해야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상