Wizard.GetDesignModeState 方法

定义

获取设计模式的状态。Gets the design mode state.

protected:
 override System::Collections::IDictionary ^ GetDesignModeState();
protected override System.Collections.IDictionary GetDesignModeState ();
override this.GetDesignModeState : unit -> System.Collections.IDictionary
Protected Overrides Function GetDesignModeState () As IDictionary

返回

IDictionary

包含控件的设计时数据的 IDictionaryAn IDictionary containing the design-time data for the control.

适用于