C# Class SonarLint.VisualStudio.Progress.Controller.ErrorNotification.VsOutputWindowPaneNotifier

Inheritance: IProgressErrorNotifier
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
VsOutputWindowPaneNotifier ( IServiceProvider serviceProvider, IVsOutputWindowPane pane, bool ensureOutputVisible, string messageFormat, bool logFullException ) : SonarLint.VisualStudio.Progress.Threading

Constructor for VsOutputWindowPaneNotifier

Private Methods

Méthode Description
IProgressErrorNotifier ( Exception ex ) : void
ShowOutputWindowFrame ( IServiceProvider serviceProvider ) : void

Method Details

VsOutputWindowPaneNotifier() public méthode

Constructor for VsOutputWindowPaneNotifier
public VsOutputWindowPaneNotifier ( IServiceProvider serviceProvider, IVsOutputWindowPane pane, bool ensureOutputVisible, string messageFormat, bool logFullException ) : SonarLint.VisualStudio.Progress.Threading
serviceProvider IServiceProvider instance. Required.
pane IVsOutputWindowPane The to use
ensureOutputVisible bool Whether to shown and activate the output window
messageFormat string Required. Expected to have only one placeholder
logFullException bool Whether to shown the exception message or the whole exception
Résultat SonarLint.VisualStudio.Progress.Threading