C# Class SonarLint.VisualStudio.Integration.IProjectSystemHelperExtensions

Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
IsKnownTestProject ( this projectSystem, IVsHierarchy vsProject ) : bool

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

Method Details

IsKnownTestProject() public static method

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
return bool