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!

IApplicationExtensibilityService Interface

The application extensibility service.

IApplicationExtensibilityService

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

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

Remarks

The application object service is used to get at the application object for the development enviornment. The application object can be used to control the development enviornment. To use the application object service, request it through a call to GetServiceObject. You may cast the resulting object to an extensibility interface or access it as a dispatch interface.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IApplicationExtensibilityService Members | System.ComponentModel.Design Namespace