IVsInfoBarTextSpanCollection.GetSpan(Int32) Method

Definition

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.

Applies to