C# Class SonarLint.VisualStudio.Integration.Vsix.InfoBar.InfoBarManager.PrivateInfoBarWrapper

Inheritance: IInfoBar, IVsInfoBarUIEvents
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Properties

Property Type Description
Advise void
IVsInfoBarUIEvents void
IVsInfoBarUIEvents void
Unadvise void

Public Methods

Method Description
Close ( ) : void
PrivateInfoBarWrapper ( IVsWindowFrame frame, IVsInfoBarUIElement uiElement ) : Microsoft.VisualStudio

Private Methods

Method Description
Advise ( ) : void
IVsInfoBarUIEvents ( IVsInfoBarUIElement uiElement ) : void
IVsInfoBarUIEvents ( IVsInfoBarUIElement uiElement, IVsInfoBarActionItem actionItem ) : void
Unadvise ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

PrivateInfoBarWrapper() public method

public PrivateInfoBarWrapper ( IVsWindowFrame frame, IVsInfoBarUIElement uiElement ) : Microsoft.VisualStudio
frame IVsWindowFrame
uiElement IVsInfoBarUIElement
return Microsoft.VisualStudio