C# Class SonarLint.VisualStudio.Integration.Vsix.ProjectSonarLintMenuCommand

Command handler for the SonarLint menu.
Has no invocation logic; only has QueryStatus
Inheritance: VsCommandBase
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
ProjectSonarLintMenuCommand ( IServiceProvider serviceProvider ) : EnvDTE

Protected Methods

Method Description
InvokeInternal ( ) : void
QueryStatusInternal ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void

Method Details

InvokeInternal() protected method

protected InvokeInternal ( ) : void
return void

ProjectSonarLintMenuCommand() public method

public ProjectSonarLintMenuCommand ( IServiceProvider serviceProvider ) : EnvDTE
serviceProvider IServiceProvider
return EnvDTE

QueryStatusInternal() protected method

protected QueryStatusInternal ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void
command Microsoft.VisualStudio.Shell.OleMenuCommand
return void