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!

IExtenderProviderService Interface

Provides an interface to add and remove extender providers.

IExtenderProviderService

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

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

Remarks

Normally extender providers are only offered by components that have been added to a container. This service allows you extend this capability to objects that are not in the container.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IExtenderProviderService Members | System.ComponentModel.Design Namespace | System.ComponentModel.Design.IExtenderProvider