InfoBarEventArgs(IVsInfoBarUIElement, IVsInfoBar) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.