ComponentDocumentDesigner::ITypeDescriptorFilterService::FilterProperties Method (IComponent^, IDictionary^)
.NET Framework (current version)
For a description of this member, see ITypeDescriptorFilterService::FilterProperties.
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::Booleantrue 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
Available since 1.1
Show: