CreateUserWizardDesigner.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 )
- properties
- コンポーネントの基本クラスのプロパティを表す PropertyDescriptor オブジェクト。プロパティのディクショナリ内でのキーは、プロパティ名です。 
 解説
解説PreFilterProperties メソッドは、デザイナが公開するプロパティのディクショナリに項目を追加する手段を提供します。
プロパティのディクショナリ内でのキーは、プロパティの名前です。このオブジェクトは 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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照- CreateUserWizardDesigner.PreFilterProperties メソッドのページへのリンク

 
                             
                    


