IVsInfoBarTextSpanCollection.GetSpan(Int32) Метод

Определение

Возвращает диапазон, хранящийся по указанному индексу в коллекции.

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

Параметры

index
Int32

Индекс.

Возвращаемое значение

IVsInfoBarTextSpan

Текстовый диапазон.

Применяется к