IVsInfoBar.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 collection of text spans displayed in the info bar. Any IVsInfoBarActionItem spans in this collection will be rendered as a hyperlink.
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; }
[System.Runtime.InteropServices.DispId(1610678274)]
public Microsoft.VisualStudio.Shell.Interop.IVsInfoBarTextSpanCollection TextSpans { get; }
member this.TextSpans : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarTextSpanCollection
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.TextSpans : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarTextSpanCollection
Public ReadOnly Property TextSpans As IVsInfoBarTextSpanCollection
Property Value
The collection of text spans displayed in the info bar.
- Attributes