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

Inheritance: IInfoBar, IVsInfoBarUIEvents
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Properties

Свойство Type Description
Advise void
IVsInfoBarUIEvents void
IVsInfoBarUIEvents void
Unadvise void

Méthodes publiques

Méthode Description
Close ( ) : void
PrivateInfoBarWrapper ( IVsWindowFrame frame, IVsInfoBarUIElement uiElement ) : Microsoft.VisualStudio

Private Methods

Méthode Description
Advise ( ) : void
IVsInfoBarUIEvents ( IVsInfoBarUIElement uiElement ) : void
IVsInfoBarUIEvents ( IVsInfoBarUIElement uiElement, IVsInfoBarActionItem actionItem ) : void
Unadvise ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

PrivateInfoBarWrapper() public méthode

public PrivateInfoBarWrapper ( IVsWindowFrame frame, IVsInfoBarUIElement uiElement ) : Microsoft.VisualStudio
frame IVsWindowFrame
uiElement IVsInfoBarUIElement
Résultat Microsoft.VisualStudio