Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
While connecting to the Platform Builder IDE, an add-in adds its commands to the IDE. Optionally, the add-in can add toolbar buttons and key sequences for carrying out these commands.
When a user carries out a command provided by an add-in, the IDE calls a method associated with the command. This method specifies what the command is supposed to do. The Commands object associated with the add-in exposes its methods.
After connecting an add-in to the IDE, you can carry out the new add-in commands by using toolbar buttons or key sequences assigned to the commands.
Additionally, you can carry out commands by running them from the command line.
See Also
Add-in Implementation | Adding Commands to the Add-in | Creating Toolbar Buttons for Add-in Commands Programmatically | Creating Toolbar Buttons for Add-in Commands Visually | Running an Add-in Command from the Command Line
Send Feedback on this topic to the authors