C# 클래스 SonarLint.VisualStudio.Integration.Vsix.ProjectTestPropertySetCommand

Command handler to set the <SonarQubeTestProject/> project property to a specific value.
상속: VsCommandBase
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ProjectTestPropertySetCommand ( IServiceProvider serviceProvider, bool setPropertyValue ) : EnvDTE

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

보호된 메소드들

메소드 설명
InvokeInternal ( ) : void
QueryStatusInternal ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : void

메소드 상세

InvokeInternal() 보호된 메소드

protected InvokeInternal ( ) : void
리턴 void

ProjectTestPropertySetCommand() 공개 메소드

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.
리턴 EnvDTE

QueryStatusInternal() 보호된 메소드

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