Control.SetDesignModeState(IDictionary) 方法

定義

設定控制項的設計階段資料。

protected:
 virtual void SetDesignModeState(System::Collections::IDictionary ^ data);
protected virtual void SetDesignModeState (System.Collections.IDictionary data);
abstract member SetDesignModeState : System.Collections.IDictionary -> unit
override this.SetDesignModeState : System.Collections.IDictionary -> unit
Protected Overridable Sub SetDesignModeState (data As IDictionary)

參數

data
IDictionary

IDictionary,包含控制項的設計階段資料。

備註

方法 SetDesignModeState 會儲存控制項的設計階段資料。

給繼承者的注意事項

您必須覆寫這個方法,才能儲存控制項所需的設計階段資料。

適用於