IOutliningManager Methods

 

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

NameDescription
System_CAPS_pubmethodCollapseAll(SnapshotSpan, Predicate<ICollapsible^>^)

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

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodExpand(ICollapsed^)

Expands the collapsible span.

System_CAPS_pubmethodExpandAll(SnapshotSpan, Predicate<ICollapsed^>^)

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

System_CAPS_pubmethodGetAllRegions(NormalizedSnapshotSpanCollection^)

Gets all the regions that intersect the given collection of spans, whether or not they are collapsed.

System_CAPS_pubmethodGetAllRegions(NormalizedSnapshotSpanCollection^, Boolean)

Gets all the regions that intersect the given collection of spans, whether or not they are collapsed.

System_CAPS_pubmethodGetAllRegions(SnapshotSpan)

Gets all the regions that intersect the given span, whether or not they are collapsed.

System_CAPS_pubmethodGetAllRegions(SnapshotSpan, Boolean)

Gets all the regions that intersect the given span, whether or not they are collapsed.

System_CAPS_pubmethodGetCollapsedRegions(NormalizedSnapshotSpanCollection^)

Gets all the collapsed regions that intersect the given collection of spans.

System_CAPS_pubmethodGetCollapsedRegions(NormalizedSnapshotSpanCollection^, Boolean)

Gets all the collapsed regions that intersect the given collection of spans.

System_CAPS_pubmethodGetCollapsedRegions(SnapshotSpan)

Gets all the collapsed regions that intersect the given span.

System_CAPS_pubmethodGetCollapsedRegions(SnapshotSpan, Boolean)

Gets all the collapsed regions that intersect the given span.

System_CAPS_pubmethodTryCollapse(ICollapsible^)

Tries to collapse a given region.

Return to top
Show: