ComponentDesigner::IDesignerFilter::PostFilterAttributes Method (IDictionary^)
.NET Framework (current version)
For a description of this member, see the IDesignerFilter::PostFilterAttributes method.
Assembly: System.Design (in System.Design.dll)
private: virtual void PostFilterAttributes( IDictionary^ attributes ) sealed = IDesignerFilter::PostFilterAttributes
Parameters
- attributes
-
Type:
System.Collections::IDictionary^
The Attribute objects for the class of the component. The keys in the dictionary of attributes are the TypeId values of the attributes.
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: