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 返します。 状態情報は、ディクショナリの形式で返されます。

適用対象

こちらもご覧ください