IVsInfoBarUIEvents Interface

Visual Studio 2015
 

Handles user gestures in an info bar.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[GuidAttribute("C115D9E6-DB96-42B1-AE1A-71A5E3835D53")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInfoBarUIEvents

NameDescription
System_CAPS_pubmethodOnActionItemClicked(IVsInfoBarUIElement, IVsInfoBarActionItem)

Handles the event raised when an action item on an info bar is clicked.

System_CAPS_pubmethodOnClosed(IVsInfoBarUIElement)

Handles the event raised when the close button on an info bar is clicked.

Return to top
Show: