ComponentDesigner.IDesignerFilter.PreFilterProperties Method (IDictionary)

 

For a description of this member, see the IDesignerFilter.PreFilterProperties method.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

Private Sub PreFilterProperties (
	properties As IDictionary
)
	Implements IDesignerFilter.PreFilterProperties

Parameters

properties
Type: System.Collections.IDictionary

The PropertyDescriptor objects that represent the properties of the class of the component. The keys in the dictionary of properties are property names.

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

.NET Framework
Available since 1.1
Return to top
Show: