ICommandManager.GetCommand Method
Namespace: NextDesign.Desktop
Description
Gets the command with the specified identifier.
Command identifiers are unique across the entire application.
For command identifiers registered in an extension, ensure uniqueness by following the naming rules, such as $\{extension name\}.$\{command name\}
.
Arguments
Name | Type | Description |
---|---|---|
commandIdentifier | string | Command identifier |