ComponentDesigner.PreFilterAttributes メソッド
アセンブリ: System.Design (system.design.dll 内)

Protected Overridable Sub PreFilterAttributes ( _ attributes As IDictionary _ )
Dim attributes As IDictionary Me.PreFilterAttributes(attributes)
protected virtual void PreFilterAttributes ( IDictionary attributes )
protected: virtual void PreFilterAttributes ( IDictionary^ attributes )
protected void PreFilterAttributes ( IDictionary attributes )
protected function PreFilterAttributes ( attributes : IDictionary )

このメソッドは、TypeDescriptor を通じてデザイナが公開する属性のディクショナリに項目を追加する手段を提供します。
属性のディクショナリのキーは、それぞれの TypeId プロパティの値が指定する属性の型識別子です。このオブジェクトは PropertyDescriptor 型です。このメソッドは、PostFilterAttributes メソッドの直前に呼び出されます。
実装時の注意 attributes パラメータを通じてアクセスできるディクショナリは、直接変更するか、そのままにしておくことができます。このメソッドをオーバーライドする場合は、独自のフィルタ処理を実行する前に、基本の実装を呼び出します。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からComponentDesigner.PreFilterAttributes メソッドを検索する場合は、下記のリンクをクリックしてください。

- ComponentDesigner.PreFilterAttributes メソッドのページへのリンク