IVsInfoBarTextSpanCollection.GetSpan(Int32) Método

Definição

Obtém a extensão armazenada em um índice específico na coleção.

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

Parâmetros

index
Int32

O índice.

Retornos

IVsInfoBarTextSpan

O intervalo de texto.

Aplica-se a