InfoBarEventArgs(IVsInfoBarUIElement, IVsInfoBar) Constructor

Definition

Initializes a new instance of InfoBarEventArgs.

public:
 InfoBarEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ uiElement, Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar);
public:
 InfoBarEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ uiElement, Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar);
 InfoBarEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement const & uiElement, Microsoft::VisualStudio::Shell::Interop::IVsInfoBar const & infoBar);
public InfoBarEventArgs (Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement uiElement, Microsoft.VisualStudio.Shell.Interop.IVsInfoBar infoBar);
new Microsoft.VisualStudio.Shell.InfoBarEventArgs : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement * Microsoft.VisualStudio.Shell.Interop.IVsInfoBar -> Microsoft.VisualStudio.Shell.InfoBarEventArgs
Public Sub New (uiElement As IVsInfoBarUIElement, infoBar As IVsInfoBar)

Parameters

uiElement
IVsInfoBarUIElement

The UIElement.

infoBar
IVsInfoBar

The info bar.

Applies to