IVsInfoBarUIFactory.CreateInfoBar(IVsInfoBar) Method

Definition

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

Returns

Applies to