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 方法设置 DataSource 对象的 和 DataSourceID 属性DataBoundControl以引用设计时数据源,然后调用 BaseDataBoundControl.DataBind 方法,然后将 和 DataSourceID 属性还原DataSource为其原始值。
ListControlDesigner但是,对于 类, DataBind 方法没有功能,因为 ListItem 对象只是添加到集合中Items。