ComponentDocumentDesigner.PreFilterProperties(IDictionary) メソッド

定義

TypeDescriptor を通じてコンポーネントが公開するプロパティのセットを調整します。

protected:
 override void PreFilterProperties(System::Collections::IDictionary ^ properties);
protected override void PreFilterProperties (System.Collections.IDictionary properties);
override this.PreFilterProperties : System.Collections.IDictionary -> unit
Protected Overrides Sub PreFilterProperties (properties As IDictionary)

パラメーター

properties
IDictionary

コンポーネントのクラスのプロパティが格納されている IDictionary

注釈

この IDesignerFilter インターフェイス メソッドのオーバーライドは、デザイン時に"TrayLargeIcon" という名前の、読み取り不可能なデザイン時のみの boolean プロパティをこのデザイナーのコンポーネントに追加します。 このプロパティは、コンポーネント トレイによって使用されます。

適用対象

こちらもご覧ください