InfoBarModel.TextSpans Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the message to display in the info bar.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsInfoBarTextSpanCollection ^ TextSpans { Microsoft::VisualStudio::Shell::Interop::IVsInfoBarTextSpanCollection ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsInfoBarTextSpanCollection ^ TextSpans { Microsoft::VisualStudio::Shell::Interop::IVsInfoBarTextSpanCollection ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsInfoBarTextSpanCollection TextSpans { get; }
member this.TextSpans : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarTextSpanCollection
Public ReadOnly Property TextSpans As IVsInfoBarTextSpanCollection
Property Value
The message.