Partager via


ITextViewLineCollection.GetIndexOfTextLine, méthode

Obtient l'index des lignes de texte correspondant à la ligne d'affichage de texte spécifiée.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Int32
L'index d'ITextViewLine dans \ liste TextViewLines de la vue.

Exceptions

Exception Condition
ArgumentNullException

textLine a la valeur nullune référence null (Nothing en Visual Basic).

ObjectDisposedException

textLine a été supprimé.

Sécurité .NET Framework

Voir aussi

Référence

ITextViewLineCollection Interface

Microsoft.VisualStudio.Text.Editor, espace de noms