BaseDataBoundControlDesigner.DataBind(BaseDataBoundControl) 方法

定义

在派生类中重写后,执行必要的操作以设置从 BaseDataBoundControl 类派生的关联控件。

protected:
 abstract void DataBind(System::Web::UI::WebControls::BaseDataBoundControl ^ dataBoundControl);
protected abstract void DataBind (System.Web.UI.WebControls.BaseDataBoundControl dataBoundControl);
abstract member DataBind : System.Web.UI.WebControls.BaseDataBoundControl -> unit
Protected MustOverride Sub DataBind (dataBoundControl As BaseDataBoundControl)

参数

dataBoundControl
BaseDataBoundControl

与该设计器关联的 BaseDataBoundControl

注解

在派生自 BaseDataBoundControlDesigner 类的设计器中重写 DataBind 方法时,请执行必要的操作来设置数据绑定控件,以便在检索设计时标记时,控件正确呈现。 通常,出于性能考虑,你会关联设计时数据源,而不是实时数据源。

适用于

另请参阅