ComponentDocumentDesigner::ITypeDescriptorFilterService::FilterProperties Method (IComponent^, IDictionary^)

 

For a description of this member, see ITypeDescriptorFilterService::FilterProperties.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

private:
virtual bool FilterProperties(
	IComponent^ component,
	IDictionary^ properties
) sealed = ITypeDescriptorFilterService::FilterProperties

Parameters

component
Type: System.ComponentModel::IComponent^

The component to filter properties for.

properties
Type: System.Collections::IDictionary^

A dictionary of properties that can be modified.

Return Value

Type: System::Boolean

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

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

.NET Framework
Available since 1.1
Return to top
Show: