I am trying to automatically invoke a menu item in Visual Studio by writing an addin. How can I find the name of that event?
For example a compile command can be executed by using
DTE.ExecuteCommand("Build.Compile")
But I have a menu item that I have installed as a separate VSPackage and I'd like to execute that and I unfortunately do not know how to find the name of the command.