Control.GetDesignModeState メソッド

定義

コントロールのデザイン時データを取得します。

protected:
 virtual System::Collections::IDictionary ^ GetDesignModeState();
protected virtual System.Collections.IDictionary GetDesignModeState ();
abstract member GetDesignModeState : unit -> System.Collections.IDictionary
override this.GetDesignModeState : unit -> System.Collections.IDictionary
Protected Overridable Function GetDesignModeState () As IDictionary

戻り値

コントロールのデザイン時データを格納する IDictionary

注釈

メソッドは GetDesignModeState 、コントロールのデザイン時データを返します。

注意 (継承者)

メソッドは GetDesignModeState() 既定で を返します null 。 コントロールに必要なデザイン時データを提供するには、このメソッドをオーバーライドする必要があります。

適用対象

こちらもご覧ください