ToolWindowPane.RemoveInfoBar Метод

Определение

Перегрузки

RemoveInfoBar(IVsInfoBar)

Удаляет информационную панель из этого ToolWindowPane.

RemoveInfoBar(IVsUIElement)

Удаляет информационную панель из этого ToolWindowPane.

RemoveInfoBar(IVsInfoBar)

Удаляет информационную панель из этого ToolWindowPane.

public:
 void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar);
public:
 void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar);
void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsInfoBar const & infoBar);
public void RemoveInfoBar (Microsoft.VisualStudio.Shell.Interop.IVsInfoBar infoBar);
member this.RemoveInfoBar : Microsoft.VisualStudio.Shell.Interop.IVsInfoBar -> unit
Public Sub RemoveInfoBar (infoBar As IVsInfoBar)

Параметры

infoBar
IVsInfoBar

Информационная панель, которую необходимо удалить из панели. Эта информационная панель должна быть добавлена с помощью Аддинфобар.

Применяется к

RemoveInfoBar(IVsUIElement)

Удаляет информационную панель из этого ToolWindowPane.

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);
member this.RemoveInfoBar : Microsoft.VisualStudio.Shell.Interop.IVsUIElement -> unit
Public Sub RemoveInfoBar (uiElement As IVsUIElement)

Параметры

uiElement
IVsUIElement

Элемент пользовательского интерфейса панели сведений для удаления из панели.

Применяется к