Control.GetDesignModeState 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取控件的设计时数据。
protected:
virtual System::Collections::IDictionary ^ GetDesignModeState();
protected virtual System.Collections.IDictionary GetDesignModeState ();
abstract member GetDesignModeState : unit -> System.Collections.IDictionary
override this.GetDesignModeState : unit -> System.Collections.IDictionary
Protected Overridable Function GetDesignModeState () As IDictionary
返回
包含控件的设计时数据的 IDictionary。
注解
该方法 GetDesignModeState 返回控件的设计时数据。
继承者说明
该方法 GetDesignModeState() 默认返回 null
。 必须重写此方法才能提供控件所需的设计时数据。