Provides an interface to get an extensibility service object to control various properties of the project within the development environment.
IExtensibilityService
[Visual Basic] Public Interface IExtensibilityService [C#] public interface IExtensibilityService [C++] public __gc __interface IExtensibilityService
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
This interface is used to get at the extensibility object for the current project in the development enviornment. The project's extensibility object can be used to control various properties of the project within the development enviornment. To use the project object service, request it through a call to GetServiceObject. You may cast the resulting object to an extensibility interface or you may access it as a dispatch interface.
Namespace: System.ComponentModel.Design
Assembly: System.dll
IExtensibilityService Members | System.ComponentModel.Design Namespace