C# 클래스 SonarLint.VisualStudio.Integration.Vsix.InfoBar.InfoBarManager

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

공개 메소드들

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

비공개 메소드들

메소드 설명
CreateModel ( string message, string buttonText, ImageMoniker imageMoniker ) : InfoBarModel
DetachInfoBar ( IInfoBar currentInfoBar ) : void
GetToolWindowFrame ( IServiceProvider serviceProvider, System.Guid toolwindowGuid ) : IVsWindowFrame
InfoBarManager ( [ serviceProvider ) : Microsoft.VisualStudio
TryAddInfoBarToFrame ( IVsWindowFrame frame, IVsUIElement uiElement ) : bool
TryCreateInfoBarUI ( IServiceProvider serviceProvider, IVsInfoBar infoBar, IVsInfoBarUIElement &uiElement ) : bool
TryGetInfoBarHost ( IVsWindowFrame frame, IVsInfoBarHost &infoBarHost ) : bool

메소드 상세

AttachInfoBar() 공개 메소드

public AttachInfoBar ( System.Guid toolwindowGuid, string message, string buttonText, ImageMoniker imageMoniker ) : IInfoBar
toolwindowGuid System.Guid
message string
buttonText string
imageMoniker ImageMoniker
리턴 IInfoBar