C# 클래스 Nav.Common.VSPackages.CrmDeveloperHelper.Commands.CodeLinkedGlobalOptionSetAddToSolutionLastSelectedCommand

상속: Nav.Common.VSPackages.CrmDeveloperHelper.Commands.AbstractDynamicCommandOnSolutionLastSelected
파일 보기 프로젝트 열기: PonomarevDmitry/CrmDeveloperHelper

보호된 메소드들

메소드 설명
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

메소드 상세

CodeLinkedGlobalOptionSetAddToSolutionLastSelectedCommand() 보호된 메소드

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

CommandAction() 보호된 메소드

protected CommandAction ( DTEHelper helper, string solutionUniqueName ) : void
helper DTEHelper
solutionUniqueName string
리턴 void

CommandBeforeQueryStatus() 보호된 메소드

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