HtmlControlDesigner.PreFilterProperties メソッド
アセンブリ: System.Design (system.design.dll 内)
 構文
構文Protected Overrides Sub PreFilterProperties ( _ properties As IDictionary _ )
Dim properties As IDictionary Me.PreFilterProperties(properties)
protected override void PreFilterProperties ( IDictionary properties )
protected void PreFilterProperties ( IDictionary properties )
protected override function PreFilterProperties ( properties : IDictionary )
 解説
解説PreFilterProperties メソッドは、TypeDescriptor オブジェクトを通じてデザイナが公開するプロパティのディクショナリに項目を追加する手段、またはこのディクショナリから項目を削除する手段を提供します。
プロパティのディクショナリ内でのキーは、プロパティの名前です。このオブジェクトは PropertyDescriptor 型です。
継承時の注意 properties を通じてアクセスできるディクショナリは、直接変更するか、そのままにしておくことができます。PreFilterProperties メソッドをオーバーライドする場合は、独自のフィルタ処理を実行する前に、基本の実装を呼び出します。 .NET Framework のセキュリティ
.NET Framework のセキュリティ プラットフォーム
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照- HtmlControlDesigner.PreFilterProperties メソッドのページへのリンク

 
                             
                    


