Control.IControlDesignerAccessor.SetDesignModeState(IDictionary) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーの説明については、 SetDesignModeState(IDictionary)を参照してください。
virtual void System.Web.UI.IControlDesignerAccessor.SetDesignModeState(System::Collections::IDictionary ^ data) = System::Web::UI::IControlDesignerAccessor::SetDesignModeState;
void IControlDesignerAccessor.SetDesignModeState(System.Collections.IDictionary data);
abstract member System.Web.UI.IControlDesignerAccessor.SetDesignModeState : System.Collections.IDictionary -> unit
override this.System.Web.UI.IControlDesignerAccessor.SetDesignModeState : System.Collections.IDictionary -> unit
Sub SetDesignModeState (data As IDictionary) Implements IControlDesignerAccessor.SetDesignModeState
パラメーター
- data
- IDictionary
コントロールのデザイン時データを含む IDictionary 。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 Control インスタンスがIControlDesignerAccessor インターフェイスにキャストされている場合にのみ使用できます。