Partager via


ITextViewLineCollection.GetTextViewLineContainingYCoordinate, méthode

Obtient l'élément ITextViewLine contenant l'ordonnée 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 GetTextViewLineContainingYCoordinate ( _
    y As Double _
) As ITextViewLine
ITextViewLine GetTextViewLineContainingYCoordinate(
    double y
)
ITextViewLine^ GetTextViewLineContainingYCoordinate(
    double y
)
abstract GetTextViewLineContainingYCoordinate : 
        y:float -> ITextViewLine
function GetTextViewLineContainingYCoordinate(
    y : double
) : ITextViewLine

Paramètres

  • y
    Type : Double

    Ordonnée de l'affichage du texte.

Valeur de retour

Type : Microsoft.VisualStudio.Text.Formatting.ITextViewLine
Une ligne de texte qui contient le coordonnée y, ou nullune référence null (Nothing en Visual Basic) si aucun n'existe.

Exceptions

Exception Condition
ArgumentOutOfRangeException

y est NaN.

Sécurité .NET Framework

Voir aussi

Référence

ITextViewLineCollection Interface

Microsoft.VisualStudio.Text.Editor, espace de noms