Mini SQL Query Extensibility Documentation
AddPluginCommand<(Of <(TCommand>)>) Method
NamespacesMiniSqlQuery.CoreIHostWindowAddPluginCommand<(Of <(TCommand>)>)()()()
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: 1.0.0.0 (1.0.0.0)