ITextCaret.ContainingTextViewLine Property

Definition

Gets the ITextViewLine that contains the caret, provided that that text line is visible in the view.

public:
 property Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ ContainingTextViewLine { Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ ContainingTextViewLine { Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ get(); };
public Microsoft.VisualStudio.Text.Formatting.ITextViewLine ContainingTextViewLine { get; }
member this.ContainingTextViewLine : Microsoft.VisualStudio.Text.Formatting.ITextViewLine
Public ReadOnly Property ContainingTextViewLine As ITextViewLine

Property Value

The containing line.

Applies to