C# 클래스 SonarLint.VisualStudio.Integration.IProjectSystemHelperExtensions

파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

공개 메소드들

메소드 설명
IsKnownTestProject ( this projectSystem, IVsHierarchy vsProject ) : bool

Returns whether or not a project is of a known test project type.

메소드 상세

IsKnownTestProject() 공개 정적인 메소드

Returns whether or not a project is of a known test project type.
public static IsKnownTestProject ( this projectSystem, IVsHierarchy vsProject ) : bool
projectSystem this
vsProject IVsHierarchy
리턴 bool