VirtualSnapshotSpan Properties

 

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

NameDescription
System_CAPS_pubpropertyEnd

Gets the ending virtual point.

System_CAPS_pubpropertyIsEmpty

Determines whether the start and end points are in the same place.

System_CAPS_pubpropertyIsInVirtualSpace

Determines whether the start or end points are in virtual space.

System_CAPS_pubpropertyLength

The length of this span, taking into account virtual space.

System_CAPS_pubpropertySnapshot

The ITextSnapshot to which this snapshot span refers.

System_CAPS_pubpropertySnapshotSpan

Gets the non-virtual snapshot span to which this span corresponds.

System_CAPS_pubpropertyStart

Gets the starting virtual point.

Return to top
Show: