CompositeControl.ICompositeControlDesignerAccessor.RecreateChildControls 方法

定義

讓設計工具能在設計階段環境中重新建立複合控制項的子控制項集合。

 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

實作

備註

這個成員是明確介面成員實作, 只有在 CompositeControl 執行個體轉換成 ICompositeControlDesignerAccessor 介面時,才能使用這個成員。

適用於

另請參閱