ComponentDesigner.PreFilterProperties メソッド
アセンブリ: System.Design (system.design.dll 内)
 構文
構文Protected Overridable Sub PreFilterProperties ( _ properties As IDictionary _ )
Dim properties As IDictionary Me.PreFilterProperties(properties)
protected virtual void PreFilterProperties ( IDictionary properties )
protected: virtual void PreFilterProperties ( IDictionary^ properties )
protected void PreFilterProperties ( IDictionary properties )
protected function PreFilterProperties ( properties : IDictionary )
 解説
解説このメソッドは、TypeDescriptor を通じてデザイナが公開するプロパティのディクショナリに項目を追加する手段を提供します。
プロパティのディクショナリ内でのキーは、プロパティの名前です。このオブジェクトは PropertyDescriptor 型です。このメソッドは、PostFilterProperties メソッドの直前に呼び出されます。
実装時の注意 properties パラメータを通じてアクセスできるディクショナリは、直接変更するか、そのままにしておくことができます。このメソッドをオーバーライドする場合は、独自のフィルタ処理を実行する前に、基本の実装を呼び出します。 .NET Framework のセキュリティ
.NET Framework のセキュリティ プラットフォーム
プラットフォーム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.PreFilterProperties メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からComponentDesigner.PreFilterProperties メソッド
                    を検索
                     全ての辞書からComponentDesigner.PreFilterProperties メソッド
                    を検索
                - ComponentDesigner.PreFilterProperties メソッドのページへのリンク

 
                             
                    


