IOutliningManager::ExpandAll Method (SnapshotSpan, Predicate<ICollapsed^>^)
Visual Studio 2015
Expands all the regions in the specified span that match the specified predicate.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- span
-
Type:
Microsoft.VisualStudio.Text::SnapshotSpan
The span.
- match
-
Type:
System::Predicate<ICollapsed^>^
The predicate to match.
Return Value
Type: System.Collections.Generic::IEnumerable<ICollapsible^>^The newly-expanded regions.
Show: