EntityDataSourceDesigner.PreFilterProperties(IDictionary) 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由设计器用来在属性网格中添加或移除属性,或者隐藏关联控件的属性。
protected:
 override void PreFilterProperties(System::Collections::IDictionary ^ properties);protected override void PreFilterProperties(System.Collections.IDictionary properties);override this.PreFilterProperties : System.Collections.IDictionary -> unitProtected Overrides Sub PreFilterProperties (properties As IDictionary)参数
- properties
- IDictionary
要筛选的属性。
注解
此成员重写 ControlDesigner.PreFilterProperties。