ControlDesigner.PreFilterProperties(IDictionary) 方法

定义

在设计时向设计宿主中的“属性”网格添加属性或从中移除属性,或提供可能与关联控件上的属性相对应的新设计时属性。

protected:
 override void PreFilterProperties(System::Collections::IDictionary ^ properties);
protected override void PreFilterProperties (System.Collections.IDictionary properties);
override this.PreFilterProperties : System.Collections.IDictionary -> unit
Protected Overrides Sub PreFilterProperties (properties As IDictionary)

参数

properties
IDictionary

组件的类的特性。

注解

PreFilterProperties使用 方法,可以将项添加到控件设计器通过 TypeDescriptor 对象公开的属性字典中。

属性字典中的键是属性的名称。 对象的类型 PropertyDescriptor为 。

继承者说明

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

适用于

另请参阅