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!

IExtensibilityService Interface

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.

Remarks

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.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IExtensibilityService Members | System.ComponentModel.Design Namespace