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 接口时使用。

适用于