C# Class SonarLint.VisualStudio.Integration.IProjectSystemHelperExtensions

Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Méthodes publiques

Méthode 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 méthode

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
Résultat bool