ContentDesigner.PostFilterProperties メソッド
アセンブリ: System.Design (system.design.dll 内)
構文Protected Overrides Sub PostFilterProperties ( _ properties As IDictionary _ )
Dim properties As IDictionary Me.PostFilterProperties(properties)
protected override void PostFilterProperties ( IDictionary properties )
protected void PostFilterProperties ( IDictionary properties )
protected override function PostFilterProperties ( properties : IDictionary )
- properties
コンポーネントのクラスのプロパティを表す PropertyDescriptor オブジェクト。プロパティのディクショナリ内でのキーは、プロパティ名です。
解説このメソッドは、TypeDescriptor を通じて公開されるプロパティのディクショナリ内の項目を変更または削除する手段を提供します。
プロパティのディクショナリ内でのキーは、プロパティの名前です。このオブジェクトは PropertyDescriptor 型です。
デザイナは、ContentPlaceHolderID と ID を除くすべてのプロパティを、オーバーライドされたこのメソッドで消去します。
実装時の注意 properties パラメータを通じてアクセスできるディクショナリは、直接フィルタ処理するか、そのままにしておくことができます。このメソッドをオーバーライドする場合は、独自のフィルタ処理を実行した後で、基本の実装を呼び出します。
.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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Weblioに収録されているすべての辞書からContentDesigner.PostFilterProperties メソッドを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からContentDesigner.PostFilterProperties メソッド
を検索
- ContentDesigner.PostFilterProperties メソッドのページへのリンク