ITextViewLineCollection.GetTextViewLineContainingYCoordinate(Double) Yöntem

Tanım

ITextViewLineBelirtilen y koordinatını içeren öğesini alır.

public:
 Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ GetTextViewLineContainingYCoordinate(double y);
public:
 Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ GetTextViewLineContainingYCoordinate(double y);
Microsoft::VisualStudio::Text::Formatting::ITextViewLine GetTextViewLineContainingYCoordinate(double y);
public Microsoft.VisualStudio.Text.Formatting.ITextViewLine GetTextViewLineContainingYCoordinate (double y);
abstract member GetTextViewLineContainingYCoordinate : double -> Microsoft.VisualStudio.Text.Formatting.ITextViewLine
Public Function GetTextViewLineContainingYCoordinate (y As Double) As ITextViewLine

Parametreler

y
Double

Metin işleme koordinatından y koordinatı.

Döndürülenler

ITextViewLine

Y koordinatını içeren bir metin çizgisi veya hiçbiri yoksa null.

Özel durumlar

Şunlara uygulanır