EntityCommand.DesignTimeVisible Propriedade

Definição

Obtém ou define um valor que indica se o objeto de comando deve estar visível em um controle do Windows Form Designer.Gets or sets a value that indicates whether the command object should be visible in a Windows Form Designer control.

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

Valor da propriedade

Boolean

true Se o objeto de comando deve ser visível em um controle do Windows Form Designer; caso contrário, false .true if the command object should be visible in a Windows Form Designer control; otherwise, false.

Aplica-se a