CatalogPart.GetDesignModeState メソッド

定義

CatalogPart コントロールの親ゾーンの現在の状態を取得します。

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 コントロールが含まれる CatalogZoneBase ゾーンの現在の情報を保持する CatalogPart

注釈

メソッドは GetDesignModeState 、コントロールを含むゾーンの状態に関する情報を CatalogPart 返します。 状態情報は、ディクショナリの形式で返されます。

適用対象