PasswordRecoveryDesigner.PreFilterProperties(IDictionary) 方法

定义

供设计器类使用,以在设计时将属性添加到“属性”网格或从中删除属性,或者隐藏关联控件的属性****。Used by the designer class to add properties to, or remove properties from, the Properties grid at design time or to shadow properties of the associated control.

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

组件的类的特性。The properties for the class of the component.

适用于