C# Class SonarLint.VisualStudio.Integration.ErrorListInfoBarController

Inheritance: IErrorListInfoBarController, IDisposable
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Properties

Свойство Type Description
AssertOnUIThread void
CancelQualityProfileProcessing void
ClearCurrentInfoBar void
CurrentErrorWindowInfoBar_ButtonClick void
CurrentErrorWindowInfoBar_Closed void
ExecuteUpdate void
InvokeWhenIdle void
OutputMessage void
ProcessSolutionBinding void
ProcessSolutionBindingCore void
UpdateRequired void

Méthodes publiques

Méthode Description
Dispose ( ) : void
ErrorListInfoBarController ( IHost host ) : EnvDTE
Refresh ( ) : void
Reset ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AssertOnUIThread ( ) : void
CancelQualityProfileProcessing ( ) : void
ClearCurrentInfoBar ( ) : void
CurrentErrorWindowInfoBar_ButtonClick ( object sender, EventArgs e ) : void
CurrentErrorWindowInfoBar_Closed ( object sender, EventArgs e ) : void
ExecuteUpdate ( BoundSonarQubeProject binding ) : void
InvokeWhenIdle ( System.Action action ) : void
OutputMessage ( string messageFormat ) : void
ProcessSolutionBinding ( ) : void
ProcessSolutionBindingCore ( ) : void
UpdateRequired ( string customInfoBarMessage = null ) : void

Update

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ErrorListInfoBarController() public méthode

public ErrorListInfoBarController ( IHost host ) : EnvDTE
host IHost
Résultat EnvDTE

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void