ITextSnapshotLine Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | End | Gets the SnapshotPoint of the first character past the end of the line, excluding any line break characters. |
![]() | EndIncludingLineBreak | The SnapshotPoint of the first character past the end of the line, including any line break characters. |
![]() | Extent | Gets the extent of the line, excluding any line break characters. |
![]() | ExtentIncludingLineBreak | Gets the extent of the line, including any line break characters. |
![]() | Length | Gets the length of the line, excluding any line break characters. |
![]() | LengthIncludingLineBreak | Gets the length of the line, including any line break characters. |
![]() | LineBreakLength | Gets the length of line break characters (always falls in the range [0..2]). |
![]() | LineNumber | Gets the 0-based line number of the line. |
![]() | Snapshot | Gets the ITextSnapshot in which the line appears. |
![]() | Start | Gets the SnapshotPoint of the first character in the line. |
Show:
