BaseDataBoundControlDesigner.DataBind(BaseDataBoundControl) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,請執行必要的動作,以設定衍生自 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 方法時,請執行必要的動作來設定數據綁定控件,以便在擷取設計時間標記時,控件會正確呈現。 一般而言,基於效能考慮,您將建立設計時間數據源而非實時數據源的關聯。