IVsInfoBarTextSpanCollection.GetSpan(Int32) Method
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 span stored at a specific index in the collection.
public:
Microsoft::VisualStudio::Shell::Interop::IVsInfoBarTextSpan ^ GetSpan(int index);
public:
Microsoft::VisualStudio::Shell::Interop::IVsInfoBarTextSpan ^ GetSpan(int index);
Microsoft::VisualStudio::Shell::Interop::IVsInfoBarTextSpan GetSpan(int index);
public Microsoft.VisualStudio.Shell.Interop.IVsInfoBarTextSpan GetSpan (int index);
abstract member GetSpan : int -> Microsoft.VisualStudio.Shell.Interop.IVsInfoBarTextSpan
Public Function GetSpan (index As Integer) As IVsInfoBarTextSpan
Parameters
- index
- Int32
The index.
Returns
The text span.