Condividi tramite


Metodo ITextViewLineCollection.GetIndexOfTextLine

Ottiene l'indice nelle righe di testo della riga della visualizzazione di testo specificata.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Int32
L'indice di ITextViewLine in \ visualizzazione TextViewLines elenco.

Eccezioni

Eccezione Condizione
ArgumentNullException

textLine viene nullriferimento null (Nothing in Visual Basic).

ObjectDisposedException

textLine è stato eliminato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextViewLineCollection Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor