ITextSnapshotLine.Extent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.