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

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

공개 메소드들

메소드 설명
VsMessageBoxNotifier ( IServiceProvider serviceProvider, string title, string messageFormat, bool logWholeMessage ) : Microsoft.VisualStudio.Shell

Constructor for VsMessageBoxNotifier

비공개 메소드들

메소드 설명
IProgressErrorNotifier ( Exception ex ) : void

메소드 상세

VsMessageBoxNotifier() 공개 메소드

Constructor for VsMessageBoxNotifier
public VsMessageBoxNotifier ( IServiceProvider serviceProvider, string title, string messageFormat, bool logWholeMessage ) : Microsoft.VisualStudio.Shell
serviceProvider IServiceProvider instance. Required.
title string Required message box title
messageFormat string Required. Expected to have only one placeholder
logWholeMessage bool Whether to shown the exception message or the whole exception
리턴 Microsoft.VisualStudio.Shell