NormalizedSnapshotSpanCollection::IntersectsWith Method (NormalizedSnapshotSpanCollection^)
Visual Studio 2015
Determines whether this collection intersects with another normalized snapshot span collection.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- set
-
Type:
Microsoft.VisualStudio.Text::NormalizedSnapshotSpanCollection^
The collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | set is null. |
| ArgumentException | The collections refer to different snapshots. |
Show: