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

Command handler to set the <SonarQubeTestProject/> project property to a specific value.
Inheritance: VsCommandBase
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Properties

Property Type Description

Public Methods

Method Description
ProjectTestPropertySetCommand ( IServiceProvider serviceProvider, bool setPropertyValue ) : EnvDTE

Construct a new command handler to set the <SonarQubeTestProject/> project property to a specified value.

Protected Methods

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

Method Details

InvokeInternal() protected method

protected InvokeInternal ( ) : void
return void

ProjectTestPropertySetCommand() public method

Construct a new command handler to set the <SonarQubeTestProject/> project property to a specified value.
public ProjectTestPropertySetCommand ( IServiceProvider serviceProvider, bool setPropertyValue ) : EnvDTE
serviceProvider IServiceProvider
setPropertyValue bool Value this instance will set the project properties to.
return EnvDTE

QueryStatusInternal() protected method

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