IOutliningManager::GetCollapsedRegions Method (NormalizedSnapshotSpanCollection^, Boolean)

 

Gets all the collapsed regions that intersect the given collection of spans.

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

IEnumerable<ICollapsed^>^ GetCollapsedRegions(
	NormalizedSnapshotSpanCollection^ spans,
	bool exposedRegionsOnly
)

Parameters

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

The collection of spans.

exposedRegionsOnly
Type: System::Boolean

true if this method should return only top-level regions (regions that aren't inside another collapsed region).

Return Value

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

A sorted sequence of collapsed regions.

Return to top
Show: