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.
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.
Namespace: System.ComponentModel.Design
Assembly: System.dll
IExtenderListService Members | System.ComponentModel.Design Namespace | IExtenderProvider