ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterAttributes Method

Definition

For a description of this member, see 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

Parameters

component
IComponent

The component to filter the attributes of.

attributes
IDictionary

A dictionary of attributes that can be modified.

Returns

true if the set of filtered attributes is to be cached; false if the filter service must query again.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ComponentDocumentDesigner instance is cast to an ITypeDescriptorFilterService interface.

Applies to