SnapshotSpan Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | End | Gets the end of the snapshot span. |
![]() | IsEmpty | Determines whether or not this span is empty. |
![]() | Length | Gets the length of the span, which is always non-negative. |
![]() | Snapshot | The ITextSnapshot to which this snapshot span refers. |
![]() | Span | Gets the span covered by the snapshot span. |
![]() | Start | Gets the starting index of the snapshot span. |
Show:
