InfoBarModel::TextSpans Property
Visual Studio 2015
Gets the message to display in the info bar.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property IVsInfoBarTextSpanCollection^ TextSpans { virtual IVsInfoBarTextSpanCollection^ get() sealed; }
Property Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsInfoBarTextSpanCollection^The message.
Implements
IVsInfoBar::TextSpans
Show: