ComponentDesigner.PreFilterAttributes(IDictionary) 方法

定义

允许设计器在通过 TypeDescriptor 公开的特性集中添加项。

protected virtual void PreFilterAttributes (System.Collections.IDictionary attributes);

参数

attributes
IDictionary

组件的类的特性。

注解

此方法提供了一种将项添加到设计器通过 TypeDescriptor公开的属性字典的方法。

属性字典中的键是属性的类型标识符,由属性 TypeId 的值指定。 对象的类型 PropertyDescriptor为 。 此方法紧接在 方法之前 PostFilterAttributes 调用。

继承者说明

可以直接修改可通过 参数访问的 attributes 字典,也可以保持不变。 如果重写此方法,请在执行自己的筛选之前调用基实现。

适用于

产品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

另请参阅