OracleCommand.DesignTimeVisible 属性

定义

获取或设置一个值,该值指示此命令对象在自定义界面控件中是否可见。Gets or sets a value indicating whether the command object should be visible in a customized interface control.

public:
 property bool DesignTimeVisible { bool get(); void set(bool value); };
public:
 virtual property bool DesignTimeVisible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool DesignTimeVisible { get; set; }
[System.ComponentModel.Browsable(false)]
public override bool DesignTimeVisible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DesignTimeVisible : bool with get, set
Public Property DesignTimeVisible As Boolean
Public Overrides Property DesignTimeVisible As Boolean

属性值

Boolean

如果该命令对象应在控件中可见,则为 true;否则为 falsetrue, if the command object should be visible in a control; otherwise false. 默认值为 trueThe default is true.

属性

适用于