ITextSnapshotLine.ExtentIncludingLineBreak 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, including any line break characters.
public:
property Microsoft::VisualStudio::Text::SnapshotSpan ExtentIncludingLineBreak { Microsoft::VisualStudio::Text::SnapshotSpan get(); };
public Microsoft.VisualStudio.Text.SnapshotSpan ExtentIncludingLineBreak { get; }
member this.ExtentIncludingLineBreak : Microsoft.VisualStudio.Text.SnapshotSpan
Public ReadOnly Property ExtentIncludingLineBreak As SnapshotSpan
Property Value
The extent of the line, including any line break characters.