Share via


DataPager.ICompositeControlDesignerAccessor.RecreateChildControls 方法

定义

在设计时创建 DataPager 控件的子控件。

 virtual void System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls() = System::Web::UI::WebControls::ICompositeControlDesignerAccessor::RecreateChildControls;
void ICompositeControlDesignerAccessor.RecreateChildControls ();
abstract member System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls : unit -> unit
override this.System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls : unit -> unit
Sub RecreateChildControls () Implements ICompositeControlDesignerAccessor.RecreateChildControls

实现

注解

方法 ICompositeControlDesignerAccessor.RecreateChildControls 使控件的 DataPager 设计器能够在设计时重新创建控件的子控件。

接口 ICompositeControlDesignerAccessor.RecreateChildControls 方法调用 RecreateChildControls 方法,该方法包含实际实现,可由控件开发人员扩展。

适用于

另请参阅