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

要筛选的属性。

注解

此成员重写 ControlDesigner.PreFilterProperties

适用于