VirtualSnapshotSpan::Contains Method (VirtualSnapshotPoint)
Visual Studio 2015
Determines whether or not the given virtual point is contained within this virtual span.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- virtualPoint
-
Type:
Microsoft.VisualStudio.Text::VirtualSnapshotPoint
The virtual point.
Return Value
Type: System::Booleantrue if the position is greater than or equal to Start and less than End, otherwise false.
Show: