ComponentDesigner::IDesignerFilter::PostFilterProperties Method (IDictionary^)
.NET Framework (current version)
For a description of this member, see the IDesignerFilter::PostFilterProperties method.
Assembly: System.Design (in System.Design.dll)
private: virtual void PostFilterProperties( IDictionary^ properties ) sealed = IDesignerFilter::PostFilterProperties
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
Available since 1.1
Show: