ListControlDesigner.DataBind(BaseDataBoundControl) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
繫結指定的控制項至設計階段資料來源。
protected:
override void DataBind(System::Web::UI::WebControls::BaseDataBoundControl ^ dataBoundControl);
protected override void DataBind (System.Web.UI.WebControls.BaseDataBoundControl dataBoundControl);
override this.DataBind : System.Web.UI.WebControls.BaseDataBoundControl -> unit
Protected Overrides Sub DataBind (dataBoundControl As BaseDataBoundControl)
參數
- dataBoundControl
- BaseDataBoundControl
衍生自 ListControl 的關聯控制項,或是該控制項的複本。
備註
DataBoundControlDesigner針對基類,方法會將 DataBind 物件的 和 DataSourceID 屬性 DataBoundControl 設定 DataSource 為參考設計階段資料來源,然後呼叫 BaseDataBoundControl.DataBind 方法,然後將 和 DataSourceID 屬性還原 DataSource 為其原始值。
ListControlDesigner不過,對於 類別而言, DataBind 方法沒有功能,因為 ListItem 物件剛加入集合中 Items 。