C# Class SonarLint.VisualStudio.Integration.RuleSetDeclaration

Data-only class that represents rule set information for specific configuration
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
RuleSetDeclaration ( Project project, System.Property ruleSetProperty, string ruleSetPath, string activationContext ) : EnvDTE

Method Details

RuleSetDeclaration() public méthode

public RuleSetDeclaration ( Project project, System.Property ruleSetProperty, string ruleSetPath, string activationContext ) : EnvDTE
project Project
ruleSetProperty System.Property
ruleSetPath string
activationContext string
Résultat EnvDTE