NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDesignerFilter Methods

The methods of the IDesignerFilter interface are listed below. For a complete list of IDesignerFilter interface members, see the IDesignerFilter Members topic.

PostFilterAttributes Allows a designer to filter the set of attributes the component it is designing will expose through the TypeDescriptor object.
PostFilterEvents Allows a designer to filter the set of events the component it is designing will expose through the TypeDescriptor object.
PostFilterProperties Allows a designer to filter the set of properties the component it is designing will expose through the TypeDescriptor object.
PreFilterAttributes Allows a designer to filter the set of attributes the component it is designing will expose through the TypeDescriptor object.
PreFilterEvents Allows a designer to filter the set of events the component it is designing will expose through the TypeDescriptor object.
PreFilterProperties Allows a designer to filter the set of properties the component it is designing will expose through the TypeDescriptor object.

See Also

IDesignerFilter Interface | System.ComponentModel.Design Namespace