ChangePasswordDesigner.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

实现 IDictionary 已添加属性和阴影属性的集合。

注解

控件设计器使用派 ComponentDesigner.PreFilterProperties 生自该方法的方法来隐藏具有设计器实现的相应设计时属性的各种控件属性,以及从 “属性” 网格添加或删除属性。

ChangePassword对于控件,PreFilterProperties该方法将属性设置为Browsablefalse不适用于模板的属性(在定义用户模板时从“属性”网格中删除它们)。

继承者说明

PreFilterProperties(IDictionary)重写方法以向设计时属性集合中的属性添加或更改属性的属性。 在执行其他处理之前,请务必调用基方法。

适用于

另请参阅