C# Class SonarLint.VisualStudio.Integration.ProjectPropertyManager

Inheritance: IProjectPropertyManager
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Méthodes publiques

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

Private Methods

Méthode Description
ProjectPropertyManager ( IHost host ) : System.Collections.Generic

Method Details

GetBooleanProperty() public méthode

public GetBooleanProperty ( Project project, string propertyName ) : bool?
project Project
propertyName string
Résultat bool?

GetSelectedProjects() public méthode

public GetSelectedProjects ( ) : IEnumerable
Résultat IEnumerable

SetBooleanProperty() public méthode

public SetBooleanProperty ( Project project, string propertyName, bool value ) : void
project Project
propertyName string
value bool
Résultat void