ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterProperties Method

Definition

For a description of this member, see FilterProperties(IComponent, IDictionary).

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

Parameters

component
IComponent

The component to filter properties for.

properties
IDictionary

A dictionary of properties that can be modified.

Returns

true if the set of filtered properties 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