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!

ITypeDescriptorFilterService Interface

Modifies the set of type descriptors that a component provides.

ITypeDescriptorFilterService

[Visual Basic]
Public Interface ITypeDescriptorFilterService
[C#]
public interface ITypeDescriptorFilterService
[C++]
public __gc __interface ITypeDescriptorFilterService

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

The type descriptor will query a component's site for this service before providing properties, attributes, and events. This provides a way for the container to modify the set of descriptors that a component provides.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

ITypeDescriptorFilterService Members | System.ComponentModel.Design Namespace