IVsInfoBarUIEvents.OnClosed(IVsInfoBarUIElement) Methode

Definition

Behandelt das Ereignis, das ausgelöst wird, wenn auf die Schaltfläche Schließen auf einer Info Leiste geklickt wird.

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)

Parameter

infoBarUIElement
IVsInfoBarUIElement

Die Info Leiste.

Gilt für