ICompositeControlDesignerAccessor.RecreateChildControls 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生自 CompositeControl 的控制項中,於設計階段重新建立子控制項。 由控制項的關聯設計工具所呼叫。
public:
void RecreateChildControls();
public void RecreateChildControls ();
abstract member RecreateChildControls : unit -> unit
Public Sub RecreateChildControls ()
備註
方法 RecreateChildControls 可讓複合控件的設計工具在設計時間重新建立控件的子控件。
方法 RecreateChildControls 主要是由控件開發人員使用。