Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
CommandsByName Property
NamespacesGenesyslab.Desktop.Infrastructure.CommandsICommandManagerCommandsByName
The dictionary of the chain of commands. The key is the name of the chain.
Declaration Syntax
C#Visual BasicVisual C++
IDictionary<string, IList<CommandActivator>> CommandsByName { get; }
ReadOnly Property CommandsByName As IDictionary(Of String, IList(Of CommandActivator))
property IDictionary<String^, IList<CommandActivator^>^>^ CommandsByName {
	IDictionary<String^, IList<CommandActivator^>^>^ get ();
}
Value
The name of the chain.

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