IVsInfoBar::TextSpans Property

Visual Studio 2015
 

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

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

[DispIdAttribute(1610678274)]
property IVsInfoBarTextSpanCollection^ TextSpans {
	IVsInfoBarTextSpanCollection^ get();
}

Property Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsInfoBarTextSpanCollection^

The collection of text spans displayed in the info bar.

Return to top
Show: