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 方法,其中包含實際實作,而且可由控件開發人員擴充。