C# 클래스 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.
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

공개 메소드들

메소드 설명
PropertyInformation ( string targetRuleSetName, string currentRuleSetFilePath ) : EnvDTE

메소드 상세

PropertyInformation() 공개 메소드

public PropertyInformation ( string targetRuleSetName, string currentRuleSetFilePath ) : EnvDTE
targetRuleSetName string
currentRuleSetFilePath string
리턴 EnvDTE