EditorPart.SetDesignModeState(IDictionary) 方法

定义

将设计模式状态的特性应用于包含 EditorZoneBase 控件的当前 EditorPart 区域。

protected:
 override void SetDesignModeState(System::Collections::IDictionary ^ data);
protected override void SetDesignModeState (System.Collections.IDictionary data);
override this.SetDesignModeState : System.Collections.IDictionary -> unit
Protected Overrides Sub SetDesignModeState (data As IDictionary)

参数

data
IDictionary

IDictionary,包含用于显示区域的状态数据。

适用于

另请参阅