Freigeben über


ITextViewLine.Extent-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextViewLine Schnittstelle

Microsoft.VisualStudio.Text.Formatting-Namespace