Mini SQL Query Extensibility Documentation
AddPluginCommand<(Of <(TCommand>)>) Method
NamespacesMiniSqlQuery.CoreIHostWindowAddPluginCommand<(Of <(TCommand>)>)()()()

[This is preliminary documentation and is subject to change.]

Adds an ICommand to the plugins menu.
Declaration Syntax
C#Visual BasicVisual C++
void AddPluginCommand<TCommand>() where TCommand : new(), ICommand
Sub AddPluginCommand(Of TCommand As {New, ICommand})
generic<typename TCommand>
where TCommand : gcnew(), ICommand
void AddPluginCommand()
Generic Template Parameters
TCommand
The command implementation to direct the name, image etc of the new menu item.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 0.9.9.0 (0.9.9.0)