EditorPart.GetDesignModeState 方法

定义

检索 EditorPart 控件的父区域的当前状态。

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

一个 IDictionary,其中具有包含 EditorZoneBase 控件的 EditorPart 区域的当前状态。

注解

该方法 GetDesignModeState 返回有关包含 EditorPart 控件的区域状态的信息。 状态信息以字典的形式返回。

适用于

另请参阅