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