WebFormsRootDesigner.PreFilterAttributes(IDictionary) 方法

定义

允许设计器在通过 TypeDescriptor 对象公开的特性集中添加项。Allows a designer to add to the set of attributes that the designer exposes through a TypeDescriptor object.

protected:
 virtual void PreFilterAttributes(System::Collections::IDictionary ^ attributes);
protected virtual void PreFilterAttributes (System.Collections.IDictionary attributes);
abstract member PreFilterAttributes : System.Collections.IDictionary -> unit
override this.PreFilterAttributes : System.Collections.IDictionary -> unit
Protected Overridable Sub PreFilterAttributes (attributes As IDictionary)

参数

attributes
IDictionary

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

适用于