NormalizedSpanCollection::IntersectsWith Method (NormalizedSpanCollection^)
Visual Studio 2015
Determines whether this span set intersects with another span set.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- set
-
Type:
Microsoft.VisualStudio.Text::NormalizedSpanCollection^
The second span set.
| Exception | Condition |
|---|---|
| ArgumentNullException | set is null. |
Show: