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!

IExtenderListService Interface

Provides an interface to track extender providers.

IExtenderListService

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

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

Remarks

A site can implement this service if it wants to provide a list of extender providers. By default, the list of extenders is taken from all compnents in the container that implement IExtenderProvider. By providing this service on a component site a container can override the list of providers.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IExtenderListService Members | System.ComponentModel.Design Namespace | IExtenderProvider