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

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

Méthodes publiques

Méthode Description
ProjectSonarLintMenuCommand ( IServiceProvider serviceProvider ) : EnvDTE

Méthodes protégées

Méthode Description
InvokeInternal ( ) : void
QueryStatusInternal ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void

Method Details

InvokeInternal() protected méthode

protected InvokeInternal ( ) : void
Résultat void

ProjectSonarLintMenuCommand() public méthode

public ProjectSonarLintMenuCommand ( IServiceProvider serviceProvider ) : EnvDTE
serviceProvider IServiceProvider
Résultat EnvDTE

QueryStatusInternal() protected méthode

protected QueryStatusInternal ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void
command Microsoft.VisualStudio.Shell.OleMenuCommand
Résultat void