C# Class SonarLint.VisualStudio.Integration.RuleSetDeclaration

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

Public Methods

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

Method Details

RuleSetDeclaration() public method

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