Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
AddCommandToChainOfCommand Method (commandName, elementsOfCommandType)
NamespacesGenesyslab.Desktop.Infrastructure.CommandsICommandManagerAddCommandToChainOfCommand(String, IList<(Of <(CommandActivator>)>))
Adds an elementary command to the chain of command.
Declaration Syntax
C#Visual BasicVisual C++
void AddCommandToChainOfCommand(
	string commandName,
	IList<CommandActivator> elementsOfCommandType
)
Sub AddCommandToChainOfCommand ( _
	commandName As String, _
	elementsOfCommandType As IList(Of CommandActivator) _
)
void AddCommandToChainOfCommand(
	String^ commandName, 
	IList<CommandActivator^>^ elementsOfCommandType
)
Parameters
commandName (String)
The name of the command.
elementsOfCommandType (IList<(Of <(CommandActivator>)>))
The type of the elements of command.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)