IVsInfoBarHost.RemoveInfoBar(IVsUIElement) 方法

定义

从信息栏主机中删除信息栏

public:
 void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsUIElement ^ uiElement);
public:
 void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsUIElement ^ uiElement);
void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsUIElement const & uiElement);
public void RemoveInfoBar (Microsoft.VisualStudio.Shell.Interop.IVsUIElement uiElement);
abstract member RemoveInfoBar : Microsoft.VisualStudio.Shell.Interop.IVsUIElement -> unit
Public Sub RemoveInfoBar (uiElement As IVsUIElement)

参数

uiElement
IVsUIElement

信息栏。

适用于