IVsInfoBarUIEvents.OnClosed(IVsInfoBarUIElement) Метод

Определение

Обрабатывает событие, возникающее при нажатии кнопки Закрыть на информационной панели.

public:
 void OnClosed(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ infoBarUIElement);
public:
 void OnClosed(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ infoBarUIElement);
void OnClosed(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement const & infoBarUIElement);
public void OnClosed (Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement infoBarUIElement);
abstract member OnClosed : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement -> unit
Public Sub OnClosed (infoBarUIElement As IVsInfoBarUIElement)

Параметры

infoBarUIElement
IVsInfoBarUIElement

Информационная панель.

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