NormalizedSnapshotSpanCollection::OverlapsWith Method (SnapshotSpan)
Visual Studio 2015
Determines whether this span set overlaps with another span.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- span
-
Type:
Microsoft.VisualStudio.Text::SnapshotSpan
The span to test.
Return Value
Type: System::Booleantrue if this span set overlaps with the given span, otherwise false.
Show: