Compartilhar via


Método ITextViewLineCollection.GetIndexOfTextLine

Obtém o índice nas linhas do texto da linha de modo de exibição de texto indicado.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
Function GetIndexOfTextLine ( _
    textLine As ITextViewLine _
) As Integer
int GetIndexOfTextLine(
    ITextViewLine textLine
)
int GetIndexOfTextLine(
    ITextViewLine^ textLine
)
abstract GetIndexOfTextLine : 
        textLine:ITextViewLine -> int
function GetIndexOfTextLine(
    textLine : ITextViewLine
) : int

Parâmetros

Valor de retorno

Tipo: Int32
O índice da ITextViewLine em \ do modo de exibição TextViewLines lista.

Exceções

Exceção Condição
ArgumentNullException

textLine é nulluma referência nula (Nothing no Visual Basic).

ObjectDisposedException

textLinefoi descartado.

Segurança do .NET Framework

Consulte também

Referência

ITextViewLineCollection Interface

Namespace Microsoft.VisualStudio.Text.Editor