ListControlDesigner.DataBind(BaseDataBoundControl) 方法

定义

将指定的控件绑定到设计时数据源。

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 方法设置 DataSource 对象的 和 DataSourceID 属性DataBoundControl以引用设计时数据源,然后调用 BaseDataBoundControl.DataBind 方法,然后将 和 DataSourceID 属性还原DataSource为其原始值。

ListControlDesigner但是,对于 类, DataBind 方法没有功能,因为 ListItem 对象只是添加到集合中Items

适用于

另请参阅