C# Class SonarLint.VisualStudio.Integration.Binding.ProjectBindingOperation.PropertyInformation

Data class that exposes simple data that can be accessed from any thread. The class itself is not thread safe and assumes only one thread accessing it at any given time.
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
PropertyInformation ( string targetRuleSetName, string currentRuleSetFilePath ) : EnvDTE

Method Details

PropertyInformation() public method

public PropertyInformation ( string targetRuleSetName, string currentRuleSetFilePath ) : EnvDTE
targetRuleSetName string
currentRuleSetFilePath string
return EnvDTE