Compartir a través de


ITextViewLineCollection.GetIndexOfTextLine (Método)

Obtiene el índice en las líneas de texto de la línea de vista de texto determinada.

Espacio de nombres:  Microsoft.VisualStudio.Text.Editor
Ensamblado:  Microsoft.VisualStudio.Text.UI (en Microsoft.VisualStudio.Text.UI.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Int32
el índice de ITextViewLine en \ lista de TextViewLines de la vista.

Excepciones

Excepción Condición
ArgumentNullException

textLine es nullreferencia null (Nothing en Visual Basic).

ObjectDisposedException

Se ha eliminado textLine.

Seguridad de .NET Framework

Vea también

Referencia

ITextViewLineCollection Interfaz

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)