共用方式為


IControlDesignerAccessor 介面

定義

提供控制項設計工具存取,以暫存與控制項關聯的設計階段資料。

public interface class IControlDesignerAccessor
public interface IControlDesignerAccessor
type IControlDesignerAccessor = interface
Public Interface IControlDesignerAccessor
衍生

備註

介面中 IControlDesignerAccessor 定義的屬性和方法提供方便的方式,讓控件設計工具存取控件,以傳遞和擷取暫存的設計時間數據。 介面是由類別實作 Control 。 控件設計工具會使用這個介面的實作來存取控件。

暫時的設計時間數據不會與控件本身一起保存。 若要保存控件的設計時間數據,您應該擷取屬性的內容 UserData ,並將其儲存在設計工具特定的位置。

屬性

UserData

實作時,取得控制項設計工具可存取的資訊集合。

方法

GetDesignModeState()

實作時,在控制項用於設計介面期間從控制項取得狀態。

SetDesignModeState(IDictionary)

實作時,會先設定控制項狀態,以在設計介面上呈現。

SetOwnerControl(Control)

實作時,指定控制項做為實作這個方法之控制項的擁有者。

適用於

另請參閱