DocumentDesigner.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 インターフェイス メソッドのオーバーライドにより、デザイン時にこのデザイナーのコンポーネントに一連のプロパティが追加されます。 このメソッドは、"Location"、および "BackColor" という参照可能なプロパティを追加します。

適用対象

こちらもご覧ください