NormalizedSpanCollection::IntersectsWith Method (NormalizedSpanCollection^)

 

Determines whether this span set intersects with another span set.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
bool IntersectsWith(
	NormalizedSpanCollection^ set
)

Parameters

set
Type: Microsoft.VisualStudio.Text::NormalizedSpanCollection^

The second span set.

Return Value

Type: System::Boolean

true if the span sets intersect, otherwise false.

Exception Condition
ArgumentNullException

set is null.

Return to top
Show: