IOutliningManager::ExpandAll Method (SnapshotSpan, Predicate<ICollapsed^>^)

 

Expands all the regions in the specified span that match the specified predicate.

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

IEnumerable<ICollapsible^>^ ExpandAll(
	SnapshotSpan span,
	Predicate<ICollapsed^>^ match
)

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.

Return to top
Show: