Method | Description | |
---|---|---|
VsOutputWindowPaneNotifier ( IServiceProvider serviceProvider, IVsOutputWindowPane pane, bool ensureOutputVisible, string messageFormat, bool logFullException ) : SonarLint.VisualStudio.Progress.Threading |
Constructor for VsOutputWindowPaneNotifier
|
Method | Description | |
---|---|---|
IProgressErrorNotifier ( |
||
ShowOutputWindowFrame ( IServiceProvider serviceProvider ) : void |
public VsOutputWindowPaneNotifier ( IServiceProvider serviceProvider, IVsOutputWindowPane pane, bool ensureOutputVisible, string messageFormat, bool logFullException ) : SonarLint.VisualStudio.Progress.Threading | ||
serviceProvider | IServiceProvider | |
pane | IVsOutputWindowPane | The |
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 |
return | SonarLint.VisualStudio.Progress.Threading |