Control.GetDesignModeState 方法

定义

获取控件的设计时数据。

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

包含控件的设计时数据的 IDictionary

注解

该方法 GetDesignModeState 返回控件的设计时数据。

继承者说明

该方法 GetDesignModeState() 默认返回 null 。 必须重写此方法才能提供控件所需的设计时数据。

适用于

另请参阅