C# Class Nav.Common.VSPackages.CrmDeveloperHelper.Commands.CodeLinkedGlobalOptionSetAddToSolutionLastSelectedCommand

Inheritance: Nav.Common.VSPackages.CrmDeveloperHelper.Commands.AbstractDynamicCommandOnSolutionLastSelected
Show file Open project: PonomarevDmitry/CrmDeveloperHelper

Protected Methods

Method Description
CodeLinkedGlobalOptionSetAddToSolutionLastSelectedCommand ( OleMenuCommandService commandService, int baseIdStart, SelectedFileType selectedFileType ) : Microsoft.VisualStudio.Shell
CommandAction ( DTEHelper helper, string solutionUniqueName ) : void
CommandBeforeQueryStatus ( EnvDTE80.DTE2 applicationObject, string solutionUniqueName, OleMenuCommand menuCommand ) : void

Method Details

CodeLinkedGlobalOptionSetAddToSolutionLastSelectedCommand() protected method

protected CodeLinkedGlobalOptionSetAddToSolutionLastSelectedCommand ( OleMenuCommandService commandService, int baseIdStart, SelectedFileType selectedFileType ) : Microsoft.VisualStudio.Shell
commandService OleMenuCommandService
baseIdStart int
selectedFileType SelectedFileType
return Microsoft.VisualStudio.Shell

CommandAction() protected method

protected CommandAction ( DTEHelper helper, string solutionUniqueName ) : void
helper DTEHelper
solutionUniqueName string
return void

CommandBeforeQueryStatus() protected method

protected CommandBeforeQueryStatus ( EnvDTE80.DTE2 applicationObject, string solutionUniqueName, OleMenuCommand menuCommand ) : void
applicationObject EnvDTE80.DTE2
solutionUniqueName string
menuCommand OleMenuCommand
return void