InfoBarModel.TextSpans Property

Definition

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.

Implements

Applies to