ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterAttributes メソッド

定義

このメンバーの詳細については、「FilterAttributes(IComponent, IDictionary)」をご覧ください。

 virtual bool System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes(System::ComponentModel::IComponent ^ component, System::Collections::IDictionary ^ attributes) = System::ComponentModel::Design::ITypeDescriptorFilterService::FilterAttributes;
bool ITypeDescriptorFilterService.FilterAttributes (System.ComponentModel.IComponent component, System.Collections.IDictionary attributes);
abstract member System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes : System.ComponentModel.IComponent * System.Collections.IDictionary -> bool
override this.System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes : System.ComponentModel.IComponent * System.Collections.IDictionary -> bool
Function FilterAttributes (component As IComponent, attributes As IDictionary) As Boolean Implements ITypeDescriptorFilterService.FilterAttributes

パラメーター

component
IComponent

属性をフィルター処理する対象のコンポーネント。

attributes
IDictionary

変更できる属性のディクショナリ。

戻り値

Boolean

フィルター処理した一連の属性をキャッシュに保存する場合は true。フィルター サービスが再照会する必要がある場合は false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ComponentDocumentDesigner のインスタンスが ITypeDescriptorFilterService インターフェイスにキャストされる場合のみ、使用できます。

適用対象