Freigeben über


ITextViewLineCollection.GetTextViewLineContainingYCoordinate-Methode

Ruft die ITextViewLine ab, die die angegebene y-Koordinate enthält.

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

Syntax

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

Parameter

  • y
    Typ: Double

    Die y-Koordinate in den Textrendering-Koordinaten.

Rückgabewert

Typ: Microsoft.VisualStudio.Text.Formatting.ITextViewLine
Eine Textzeile, die die y-Koordinate enthält, oder nullein Nullverweis (Nothing in Visual Basic) , wenn keines vorhanden ist.

Ausnahmen

Ausnahme Bedingung
ArgumentOutOfRangeException

y ist NaN.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextViewLineCollection Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace