DataPager.ICompositeControlDesignerAccessor.RecreateChildControls 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在设计时创建 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 方法,该方法包含实际实现,可由控件开发人员扩展。