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

Inheritance: Nav.Common.VSPackages.CrmDeveloperHelper.Commands.AbstractDynamicCommandOnSolutionLastSelected
Afficher le fichier Open project: PonomarevDmitry/CrmDeveloperHelper

Méthodes protégées

Méthode 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 méthode

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

CommandAction() protected méthode

protected CommandAction ( DTEHelper helper, string solutionUniqueName ) : void
helper DTEHelper
solutionUniqueName string
Résultat void

CommandBeforeQueryStatus() protected méthode

protected CommandBeforeQueryStatus ( EnvDTE80.DTE2 applicationObject, string solutionUniqueName, OleMenuCommand menuCommand ) : void
applicationObject EnvDTE80.DTE2
solutionUniqueName string
menuCommand OleMenuCommand
Résultat void