VirtualSnapshotSpan::Overlap Method (VirtualSnapshotSpan)
Visual Studio 2015
Returns the overlap with the specified virtual span.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- virtualSpan
-
Type:
Microsoft.VisualStudio.Text::VirtualSnapshotSpan
The virtual span.
Return Value
Type: System::Nullable<VirtualSnapshotSpan>The overlap of the spans, or null if the spans do not overlap.
Show: