Override this method to register InsightModules with the application.
For each new type of InsightModule, it is registered with the
AddInInsightModuleRegistrar.
Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
protected virtual void RegisterInsightModules( IServiceProvider serviceProvider, AddInInsightModuleRegistrar registrar )
Parameters
- serviceProvider
- Type: SystemIServiceProvider
Object responsible for providing services. - registrar
- Type: Spotfire.Dxp.Application.ExtensionAddInInsightModuleRegistrar
Object responsible for registering new InsightModules.
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10
See Also