ITextViewLine.Extent Property

Definition

Gets the extent of the line, excluding any line break characters.

public:
 property Microsoft::VisualStudio::Text::SnapshotSpan Extent { Microsoft::VisualStudio::Text::SnapshotSpan get(); };
public Microsoft.VisualStudio.Text.SnapshotSpan Extent { get; }
member this.Extent : Microsoft.VisualStudio.Text.SnapshotSpan
Public ReadOnly Property Extent As SnapshotSpan

Property Value

The extent of the line, excluding any line break characters.

Applies to