IOutliningManager::GetCollapsedRegions Method (NormalizedSnapshotSpanCollection^)
Visual Studio 2015
Gets all the collapsed regions that intersect the given collection of spans.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- spans
-
Type:
Microsoft.VisualStudio.Text::NormalizedSnapshotSpanCollection^
The collection of spans.
Return Value
Type: System.Collections.Generic::IEnumerable<ICollapsed^>^A sorted sequence of collapsed regions.
Show: