NormalizedSpanCollection::OverlapsWith Method (NormalizedSpanCollection^)

 

Determines whether this span set overlaps with another span set.

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

public:
bool OverlapsWith(
	NormalizedSpanCollection^ set
)

Parameters

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

The span set to test.

Return Value

Type: System::Boolean

true if the span sets overlap, otherwise false.

Exception Condition
ArgumentNullException

set is null.

Return to top
Show: