Skip to main content

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

NameTypeDescription
commandIdentifierstringCommand identifier

Return value