IOutliningManager::GetAllRegions Method (NormalizedSnapshotSpanCollection^)

 

Gets all the regions that intersect the given collection of spans, whether or not they are collapsed.

Namespace:   Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

IEnumerable<ICollapsible^>^ GetAllRegions(
	NormalizedSnapshotSpanCollection^ spans
)

Parameters

spans
Type: Microsoft.VisualStudio.Text::NormalizedSnapshotSpanCollection^

The collection of spans.

Return Value

Type: System.Collections.Generic::IEnumerable<ICollapsible^>^

A sorted sequence of all intersecting collapsible regions.

Return to top
Show: