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,具有 EditorZoneBase 區域的目前狀態,該區域含有 EditorPart 控制項。

備註

方法會 GetDesignModeState 傳回包含 EditorPart 控制項之區域狀態的相關資訊。 狀態資訊會以字典的形式傳回。

適用於

另請參閱