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