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

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

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

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.PostFilterAttributes メソッドを検索する場合は、下記のリンクをクリックしてください。

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