Exemple #1
0
 internal /* testing purposes */ OleMenuCommand RegisterCommand(int commandId, VsCommandBase command)
 {
     return(this.AddCommand(new Guid(CommonGuids.CommandSet), commandId, command.Invoke, command.QueryStatus));
 }
 internal /* testing purposes */ OleMenuCommand RegisterCommand(int commandId, VsCommandBase command)
 {
     return this.AddCommand(new Guid(CommonGuids.CommandSet), commandId, command.Invoke, command.QueryStatus);
 }