IVsInfoBarUIEvents.OnClosed(IVsInfoBarUIElement) Método

Definição

Manipula o evento gerado quando o botão fechar em uma barra de informações é clicado.

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)

Parâmetros

infoBarUIElement
IVsInfoBarUIElement

A barra de informações.

Aplica-se a