IOutliningManager::GetAllRegions Method (SnapshotSpan)
Visual Studio 2015
Gets all the regions that intersect the given span, whether or not they are collapsed.
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<ICollapsible^>^A sorted sequence of all intersecting collapsible regions.
Show: