Registers a new tool.
Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
public void Register<TContext>( CustomTool<TContext> tool ) where TContext : class
Parameters
- tool
- Type: Spotfire.Dxp.Application.ExtensionCustomToolTContext
A tool.
Type Parameters
- TContext
Version Information
See Also