C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.ConfigurableInfoBarManager

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

공개 메소드들

메소드 설명
AssertHasAttachedInfoBar ( System.Guid toolwindowGuid ) : ConfigurableInfoBar
AssertHasNoAttachedInfoBar ( System.Guid toolwindowGuid ) : void

비공개 메소드들

메소드 설명
IInfoBarManager ( System.Guid toolwindowGuid, string message, string buttonText, ImageMoniker imageMoniker ) : IInfoBar
IInfoBarManager ( IInfoBar currentInfoBar ) : void

메소드 상세

AssertHasAttachedInfoBar() 공개 메소드

public AssertHasAttachedInfoBar ( System.Guid toolwindowGuid ) : ConfigurableInfoBar
toolwindowGuid System.Guid
리턴 ConfigurableInfoBar

AssertHasNoAttachedInfoBar() 공개 메소드

public AssertHasNoAttachedInfoBar ( System.Guid toolwindowGuid ) : void
toolwindowGuid System.Guid
리턴 void