TreeViewDesigner.DataBind(BaseDataBoundControl) Metod

Definition

Binder den associerade kontrollen till datakällan designtid.

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)

Parametrar

dataBoundControl
BaseDataBoundControl

Den databundna kontrollen.

Gäller för

Se även