BoundField.GetDesignTimeValue 方法

定义

在设计器中呈现 BoundField 对象时,检索用作字段值的值。

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

返回

要在设计器中作为字段值显示的值。

注解

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

注意

此方法主要由控件开发人员使用。

继承者说明

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

适用于

另请参阅