CheckBoxField.GetDesignTimeValue 方法

定义

检索在设计器中呈现 CheckBoxField 对象时用于字段值的值。

protected:
 override System::Object ^ GetDesignTimeValue();
protected override object GetDesignTimeValue ();
override this.GetDesignTimeValue : unit -> obj
Protected Overrides Function GetDesignTimeValue () As Object

返回

Object

始终返回 true

注解

该方法 GetDesignTimeValue 是一种帮助程序方法,用于确定在设计器中呈现 CheckBoxField 对象时要为字段显示的值。 如果在设计时无法从数据源检索实际数据,则改为显示此方法返回的值。

继承者说明

扩展 CheckBoxField 类时,可以重写此方法以返回一个不同的值,以便在设计器中为字段显示。

适用于