IVsInfoBarUIFactory.CreateInfoBar(IVsInfoBar) Method
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.
public:
Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ CreateInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar);
public:
Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ CreateInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar);
Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement CreateInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsInfoBar const & infoBar);
public Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement CreateInfoBar (Microsoft.VisualStudio.Shell.Interop.IVsInfoBar infoBar);
abstract member CreateInfoBar : Microsoft.VisualStudio.Shell.Interop.IVsInfoBar -> Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement
Public Function CreateInfoBar (infoBar As IVsInfoBar) As IVsInfoBarUIElement
Parameters
- infoBar
- IVsInfoBar