ICompositeControlDesignerAccessor 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供介面,讓複合控制項設計工具能在設計階段重新建立其關聯控制項的子控制項。
public interface class ICompositeControlDesignerAccessor
public interface ICompositeControlDesignerAccessor
type ICompositeControlDesignerAccessor = interface
Public Interface ICompositeControlDesignerAccessor
- 衍生
備註
衍生自 CompositeControl 的 ICompositeControlDesignerAccessor 類別會實作 介面,以允許其相關聯的設計工具在設計時間呼叫控件 RecreateChildControls 的方法。 相關聯的設計工具必須衍生自 CompositeControlDesigner。
介面 ICompositeControlDesignerAccessor 主要是由控件開發人員使用。
方法
RecreateChildControls() |
在衍生自 CompositeControl 的控制項中,於設計階段重新建立子控制項。 由控制項的關聯設計工具所呼叫。 |