次の方法で共有


ControlDesigner.DesignerState プロパティ

定義

デザイン時に関連付けられているコントロールのデータを永続化するために使用するオブジェクトを取得します。

protected:
 property System::Web::UI::Design::ControlDesignerState ^ DesignerState { System::Web::UI::Design::ControlDesignerState ^ get(); };
protected System.Web.UI.Design.ControlDesignerState DesignerState { get; }
member this.DesignerState : System.Web.UI.Design.ControlDesignerState
Protected ReadOnly Property DesignerState As ControlDesignerState

プロパティ値

DesignerState を実装し、IDictionary を使用して、デザイン時に関連付けられているコントロールの状態データを永続化する IComponentDesignerStateService プロパティ。

注釈

ユーザーがデザイン ビューからソース ビューに切り替えたり、ドキュメントを再読み込みしたり、デザイン ホストを閉じて再度開いたりした場合でも、プロパティの値 DesignerState は保持されます。

IDictionary オブジェクトの場合と同様に、返されるオブジェクトの値を取得および設定できます。値は自動的に永続化されます。

適用対象

こちらもご覧ください