Freigeben über


ITextViewLine.ExtentIncludingLineBreak-Eigenschaft

Ruft den Umfang der Zeile ab, einschließlich aller Zeilenumbruchzeichen.

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

Syntax

'Declaration
ReadOnly Property ExtentIncludingLineBreak As SnapshotSpan
SnapshotSpan ExtentIncludingLineBreak { get; }
property SnapshotSpan ExtentIncludingLineBreak {
    SnapshotSpan get ();
}
abstract ExtentIncludingLineBreak : SnapshotSpan with get
function get ExtentIncludingLineBreak () : SnapshotSpan

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.SnapshotSpan
Der Umfang der Zeile, einschließlich aller Zeilenumbruchzeichen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextViewLine Schnittstelle

Microsoft.VisualStudio.Text.Formatting-Namespace