TreeViewDesigner.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

数据绑定控件。

适用于

另请参阅