共用方式為


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 方法時,請執行必要的動作來設定數據綁定控件,以便在擷取設計時間標記時,控件會正確呈現。 一般而言,基於效能考慮,您將建立設計時間數據源而非實時數據源的關聯。

適用於

另請參閱