ICommandManager.GetCommand method
Namespace: NextDesign.Desktop
Description
Gets the command with the specified identifier.
Command identifiers are unique across applications.
Ensure uniqueness of command identifiers registered in extensions using naming rules such as ${extension name}.${command name}.
argument
| Name | Type | Description |
|---|---|---|
| commandIdentifier | string | Command identifier |