Control.IControlDesignerAccessor.SetDesignModeState(IDictionary) メソッド

定義

このメンバーの詳細については、「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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象