ComponentDocumentDesigner.ITypeDescriptorFilterService.FilterAttributes 方法

定义

有关此成员的说明,请参见 FilterAttributes(IComponent, IDictionary)

 virtual bool System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes(System::ComponentModel::IComponent ^ component, System::Collections::IDictionary ^ attributes) = System::ComponentModel::Design::ITypeDescriptorFilterService::FilterAttributes;
bool ITypeDescriptorFilterService.FilterAttributes (System.ComponentModel.IComponent component, System.Collections.IDictionary attributes);
abstract member System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes : System.ComponentModel.IComponent * System.Collections.IDictionary -> bool
override this.System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes : System.ComponentModel.IComponent * System.Collections.IDictionary -> bool
Function FilterAttributes (component As IComponent, attributes As IDictionary) As Boolean Implements ITypeDescriptorFilterService.FilterAttributes

参数

component
IComponent

要筛选其属性的组件。

attributes
IDictionary

可修改的属性字典。

返回

如果将缓存经过筛选的特性集,则为 true;如果筛选服务必须再次查询,则为 false

实现

注解

此成员是显式接口成员的实现。 它只能在 ComponentDocumentDesigner 实例被强制转换为 ITypeDescriptorFilterService 接口时使用。

适用于