C# Class SonarLint.VisualStudio.Integration.ProjectPropertyManager

Inheritance: IProjectPropertyManager
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
GetBooleanProperty ( Project project, string propertyName ) : bool?
GetSelectedProjects ( ) : IEnumerable
SetBooleanProperty ( Project project, string propertyName, bool value ) : void

Private Methods

Method Description
ProjectPropertyManager ( IHost host ) : System.Collections.Generic

Method Details

GetBooleanProperty() public method

public GetBooleanProperty ( Project project, string propertyName ) : bool?
project Project
propertyName string
return bool?

GetSelectedProjects() public method

public GetSelectedProjects ( ) : IEnumerable
return IEnumerable

SetBooleanProperty() public method

public SetBooleanProperty ( Project project, string propertyName, bool value ) : void
project Project
propertyName string
value bool
return void