C# 클래스 SonarLint.VisualStudio.Progress.Controller.ErrorNotification.VsOutputWindowPaneNotifier

상속: IProgressErrorNotifier
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
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