C# Класс SonarLint.VisualStudio.Progress.Controller.ErrorNotification.VsOutputWindowPaneNotifier

Наследование: IProgressErrorNotifier
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
VsOutputWindowPaneNotifier ( IServiceProvider serviceProvider, IVsOutputWindowPane pane, bool ensureOutputVisible, string messageFormat, bool logFullException ) : SonarLint.VisualStudio.Progress.Threading

Constructor for VsOutputWindowPaneNotifier

Приватные методы

Метод Описание
IProgressErrorNotifier ( Exception ex ) : void
ShowOutputWindowFrame ( IServiceProvider serviceProvider ) : void

Описание методов

VsOutputWindowPaneNotifier() публичный Метод

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
Результат SonarLint.VisualStudio.Progress.Threading