IVsInfoBar Interface

Visual Studio 2015
 

Represents the data needed to construct an IVsUIElement representing an info bar. Info bars can have an icon, a set of spans of text, and an optional close button.

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

[GuidAttribute("B8257FE8-9FF5-4F59-A613-02405B32A82A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInfoBar

NameDescription
System_CAPS_pubpropertyActionItems

Gets the collection of action items displayed in the info bar.

System_CAPS_pubpropertyImage

System_CAPS_pubpropertyIsCloseButtonVisible

Determines whether or not the InfoBar supports closing.

System_CAPS_pubpropertyTextSpans

Gets the collection of text spans displayed in the info bar. Any IVsInfoBarActionItem spans in this collection will be rendered as a hyperlink.

Return to top
Show: