VirtualSnapshotSpan Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | End | Gets the ending virtual point. |
![]() | IsEmpty | Determines whether the start and end points are in the same place. |
![]() | IsInVirtualSpace | Determines whether the start or end points are in virtual space. |
![]() | Length | The length of this span, taking into account virtual space. |
![]() | Snapshot | The ITextSnapshot to which this snapshot span refers. |
![]() | SnapshotSpan | Gets the non-virtual snapshot span to which this span corresponds. |
![]() | Start | Gets the starting virtual point. |
Show:
