ComponentDesigner.PreFilterAttributes メソッド
デザイナが、 TypeDescriptor を通じて公開する一連の属性に項目を追加できるようにします。
Protected Overridable Sub PreFilterAttributes( _
ByVal attributes As IDictionary _)
[C#]
protected virtual void PreFilterAttributes(IDictionaryattributes);
[C++]
protected: virtual void PreFilterAttributes(IDictionary* attributes);
[JScript]
protected function PreFilterAttributes(
attributes : IDictionary);
パラメータ
- attributes
コンポーネントのクラスの属性。
解説
このメソッドは、 TypeDescriptor を通じてデザイナが公開する属性のディクショナリに項目を追加する手段を提供します。
属性のディクショナリのキーは、それぞれの TypeId プロパティの値が指定する属性の型識別子です。このオブジェクトは PropertyDescriptor 型です。このメソッドは、 PostFilterAttributes の直前に呼び出されます。
実装時の注意: attributes パラメータを通じてアクセスできるディクショナリは、直接変更するか、そのままにしておくことができます。このメソッドをオーバーライドする場合は、独自のフィルタ処理を実行する前に、基本の実装を呼び出します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- 直前の呼び出し元の完全信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細の参照先 : 部分信頼コードからのライブラリの使用
参照
ComponentDesigner クラス | ComponentDesigner メンバ | System.ComponentModel.Design 名前空間 | TypeDescriptor | IDesignerFilter