CreateExecutionContext: IUiCommandExecutionContext;
The CreateExecutionContext method creates a context for command execution.
Execution context is required to determine the environment, in which the command is executed: parent window (form), execution mode and parameters.
The method use is given in the example for IWinApplication.GetPluginTarget.
See also: